#D66884

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

Shades of Charm #D66884

Tints of Charm #D66884

Color information

#D66884 (or 0xD66884) is unknown color: approx Charm. HEX triplet: D6, 68 and 84. RGB value is (214,104,132). Sum of RGB (Red+Green+Blue) = 214+104+132=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D66884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66884 is #29977B. Grayscale: #8C8C8C. Windows color (decimal): -2725756 or 8677590. OLE color: 8677590.

HSL color Cylindrical-coordinate representation of color #D66884: hue angle of 344.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66884 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214104132-
CMYK00.510.380.16
HSL344.73º57.29%62.35%-
HSV(B)344.73º51.4%83.92%-
XYZ36.8525.8624.88-
YUV140.08123.44180.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=47.56%
G=23.11%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410413200.510.380.16344.7357.2962.35
HexD668840332610159393e
Octal32615020406346205317176
Binary11010110110100010000100011001110011010000101011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66884; }

 p { color: rgb(214,104,132); }

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

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

 a { background-color: rgb(214,104,132); }

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

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

 span { border-color: rgb(214,104,132); }

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