#D66E88

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

Shades of Charm #D66E88

Tints of Charm #D66E88

Color information

#D66E88 (or 0xD66E88) is unknown color: approx Charm. HEX triplet: D6, 6E and 88. RGB value is (214,110,136). Sum of RGB (Red+Green+Blue) = 214+110+136=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E88 is #299177. Grayscale: #909090. Windows color (decimal): -2724216 or 8941270. OLE color: 8941270.

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

Color convert

RGB214110136-
CMYK00.490.360.16
HSL345º55.91%63.53%-
HSV(B)345º48.6%83.92%-
XYZ37.7527.2326.56-
YUV144.06123.46177.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=46.52%
G=23.91%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411013600.490.360.1634555.9163.53
HexD66E8803124101593840
Octal326156210061442053170100
Binary110101101101110100010000110001100100100001010110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E88; }

 p { color: rgb(214,110,136); }

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

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

 a { background-color: rgb(214,110,136); }

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

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

 span { border-color: rgb(214,110,136); }

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