#D06E8E

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

Shades of Hopbush #D06E8E

Tints of Hopbush #D06E8E

Color information

#D06E8E (or 0xD06E8E) is unknown color: approx Hopbush. HEX triplet: D0, 6E and 8E. RGB value is (208,110,142). Sum of RGB (Red+Green+Blue) = 208+110+142=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E8E is #2F9171. Grayscale: #8E8E8E. Windows color (decimal): -3117426 or 9334480. OLE color: 9334480.

HSL color Cylindrical-coordinate representation of color #D06E8E: hue angle of 340.41º 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 #D06E8E is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208110142-
CMYK00.470.320.18
HSL340.41º51.04%62.35%-
HSV(B)340.41º47.12%81.57%-
XYZ36.4726.5128.79-
YUV142.95127.47174.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=45.22%
G=23.91%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811014200.470.320.18340.4151.0462.35
HexD06E8E02F2012154333e
Octal32015621605740225246376
Binary11010000110111010001110010111110000010010101010100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E8E; }

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

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

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

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

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

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

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

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