#D66486

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

Shades of Charm #D66486

Tints of Charm #D66486

Color information

#D66486 (or 0xD66486) is unknown color: approx Charm. HEX triplet: D6, 64 and 86. RGB value is (214,100,134). Sum of RGB (Red+Green+Blue) = 214+100+134=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66486 is #299B79. Grayscale: #898989. Windows color (decimal): -2726778 or 8807638. OLE color: 8807638.

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

Color convert

RGB214100134-
CMYK00.530.370.16
HSL342.11º58.16%61.57%-
HSV(B)342.11º53.27%83.92%-
XYZ36.5925.1325.48-
YUV137.96125.77182.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=47.77%
G=22.32%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410013400.530.370.16342.1158.1661.57
HexD6648603525101563a3e
Octal32614420606545205267276
Binary11010110110010010000110011010110010110000101010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66486; }

 p { color: rgb(214,100,134); }

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

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

 a { background-color: rgb(214,100,134); }

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

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

 span { border-color: rgb(214,100,134); }

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