#D06E90

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

Shades of Hopbush #D06E90

Tints of Hopbush #D06E90

Color information

#D06E90 (or 0xD06E90) is unknown color: approx Hopbush. HEX triplet: D0, 6E and 90. RGB value is (208,110,144). Sum of RGB (Red+Green+Blue) = 208+110+144=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E90 is #2F916F. Grayscale: #8F8F8F. Windows color (decimal): -3117424 or 9465552. OLE color: 9465552.

HSL color Cylindrical-coordinate representation of color #D06E90: hue angle of 339.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06E90 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208110144-
CMYK00.470.310.18
HSL339.18º51.04%62.35%-
HSV(B)339.18º47.12%81.57%-
XYZ36.6226.5829.58-
YUV143.18128.47174.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=45.02%
G=23.81%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811014400.470.310.18339.1851.0462.35
HexD06E9002F1F12153333e
Octal32015622005737225236376
Binary1101000011011101001000001011111111110010101010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E90; }

 p { color: rgb(208,110,144); }

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

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

 a { background-color: rgb(208,110,144); }

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

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

 span { border-color: rgb(208,110,144); }

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