#D66B8A

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

Shades of Charm #D66B8A

Tints of Charm #D66B8A

Color information

#D66B8A (or 0xD66B8A) is unknown color: approx Charm. HEX triplet: D6, 6B and 8A. RGB value is (214,107,138). Sum of RGB (Red+Green+Blue) = 214+107+138=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66B8A is #299475. Grayscale: #8E8E8E. Windows color (decimal): -2724982 or 9071574. OLE color: 9071574.

HSL color Cylindrical-coordinate representation of color #D66B8A: hue angle of 342.62º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66B8A is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214107138-
CMYK00.500.360.16
HSL342.62º56.61%62.94%-
HSV(B)342.62º50%83.92%-
XYZ37.5826.6527.21-
YUV142.53125.45178.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=46.62%
G=23.31%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410713800.500.360.16342.6256.6162.94
HexD66B8A0322410157393f
Octal32615321206244205277177
Binary11010110110101110001010011001010010010000101010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B8A; }

 p { color: rgb(214,107,138); }

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

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

 a { background-color: rgb(214,107,138); }

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

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

 span { border-color: rgb(214,107,138); }

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