#D66DA6

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

Shades of Hopbush #D66DA6

Tints of Hopbush #D66DA6

Color information

#D66DA6 (or 0xD66DA6) is unknown color: approx Hopbush. HEX triplet: D6, 6D and A6. RGB value is (214,109,166). Sum of RGB (Red+Green+Blue) = 214+109+166=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DA6 is #299259. Grayscale: #929292. Windows color (decimal): -2724442 or 10907094. OLE color: 10907094.

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

Color convert

RGB214109166-
CMYK00.490.220.16
HSL327.43º56.15%63.33%-
HSV(B)327.43º49.07%83.92%-
XYZ40.0827.9939.37-
YUV146.89138.79175.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=43.76%
G=22.29%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410916600.490.220.16327.4356.1563.33
HexD66DA60311610147383f
Octal32615524606126205077077
Binary1101011011011011010011001100011011010000101000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DA6; }

 p { color: rgb(214,109,166); }

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

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

 a { background-color: rgb(214,109,166); }

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

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

 span { border-color: rgb(214,109,166); }

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