#d66f83

Color #D66F83 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D66F83

Tints of Charm #D66F83

Color information

#D66F83 (or 0xD66F83) is unknown color: approx Charm. HEX triplet: D6, 6F and 83. RGB value is (214,111,131). Sum of RGB (Red+Green+Blue) = 214+111+131=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F83 is #29907C. Grayscale: #909090. Windows color (decimal): -2723965 or 8613846. OLE color: 8613846.

HSL color Cylindrical-coordinate representation of color #D66F83: hue angle of 348.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F83 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214111131-
CMYK00.480.390.16
HSL348.35º55.68%63.73%-
HSV(B)348.35º48.13%83.92%-
XYZ37.5127.324.77-
YUV144.08120.62177.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=46.93%
G=24.34%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411113100.480.390.16348.3555.6863.73
HexD66F83030271015c3840
Octal326157203060472053470100
Binary110101101101111100000110110000100111100001010111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66f83; }

 p { color: rgb(214,111,131); }

 H1.HeaderClassName
 {
   color: #d66f83;
 }
 .AnyTagClassName
 {
   color: #d66f83;
 }
</style>
background-color css

<style>
 a { background-color: #d66f83; }

 a { background-color: rgb(214,111,131); }

 div.DivClassName
 {
   background-color: #d66f83;
 }
 .BgClassName
 {
   background-color: #d66f83;
 }
</style>
border-color css

<style>
 span { border-color: #d66f83; }

 span { border-color: rgb(214,111,131); }

 td.TdClassName
 {
   border-color: #d66f83;
 }
 .TagClassName
 {
   border-color: #d66f83;
 }
</style>