#D66599

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

Shades of Hopbush #D66599

Tints of Hopbush #D66599

Color information

#D66599 (or 0xD66599) is unknown color: approx Hopbush. HEX triplet: D6, 65 and 99. RGB value is (214,101,153). Sum of RGB (Red+Green+Blue) = 214+101+153=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66599 is #299A66. Grayscale: #8C8C8C. Windows color (decimal): -2726503 or 10053078. OLE color: 10053078.

HSL color Cylindrical-coordinate representation of color #D66599: hue angle of 332.39º 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 #D66599 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214101153-
CMYK00.530.290.16
HSL332.39º57.95%61.76%-
HSV(B)332.39º52.8%83.92%-
XYZ38.1425.933.13-
YUV140.72134.94180.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=45.73%
G=21.58%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410115300.530.290.16332.3957.9561.76
HexD665990351D1014c3a3e
Octal32614523106535205147276
Binary1101011011001011001100101101011110110000101001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66599; }

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

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

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

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

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

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

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

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