#D66499

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

Shades of Hopbush #D66499

Tints of Hopbush #D66499

Color information

#D66499 (or 0xD66499) is unknown color: approx Hopbush. HEX triplet: D6, 64 and 99. RGB value is (214,100,153). Sum of RGB (Red+Green+Blue) = 214+100+153=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D66499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66499 is #299B66. Grayscale: #8C8C8C. Windows color (decimal): -2726759 or 10052822. OLE color: 10052822.

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

Color convert

RGB214100153-
CMYK00.530.290.16
HSL332.11º58.16%61.57%-
HSV(B)332.11º53.27%83.92%-
XYZ38.0425.7133.09-
YUV140.13135.27180.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=45.82%
G=21.41%
B=32.76%

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
Decimal21410015300.530.290.16332.1158.1661.57
HexD664990351D1014c3a3e
Octal32614423106535205147276
Binary1101011011001001001100101101011110110000101001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66499; }

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

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

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

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

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

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

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

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