#D66999

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

Shades of Hopbush #D66999

Tints of Hopbush #D66999

Color information

#D66999 (or 0xD66999) is unknown color: approx Hopbush. HEX triplet: D6, 69 and 99. RGB value is (214,105,153). Sum of RGB (Red+Green+Blue) = 214+105+153=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D66999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66999 is #299666. Grayscale: #8E8E8E. Windows color (decimal): -2725479 or 10054102. OLE color: 10054102.

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

Color convert

RGB214105153-
CMYK00.510.290.16
HSL333.58º57.07%62.55%-
HSV(B)333.58º50.93%83.92%-
XYZ38.5326.733.26-
YUV143.06133.61178.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=45.34%
G=22.25%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410515300.510.290.16333.5857.0762.55
HexD669990331D1014e393f
Octal32615123106335205167177
Binary1101011011010011001100101100111110110000101001110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66999; }

 p { color: rgb(214,105,153); }

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

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

 a { background-color: rgb(214,105,153); }

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

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

 span { border-color: rgb(214,105,153); }

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