#D06EB0

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

Shades of Hopbush #D06EB0

Tints of Hopbush #D06EB0

Color information

#D06EB0 (or 0xD06EB0) is unknown color: approx Hopbush. HEX triplet: D0, 6E and B0. RGB value is (208,110,176). Sum of RGB (Red+Green+Blue) = 208+110+176=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06EB0 is #2F914F. Grayscale: #929292. Windows color (decimal): -3117392 or 11562704. OLE color: 11562704.

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

Color convert

RGB208110176-
CMYK00.470.150.18
HSL319.59º51.04%62.35%-
HSV(B)319.59º47.12%81.57%-
XYZ39.4227.744.34-
YUV146.83144.47171.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 176 (69.14% from 255) = 35.63%
R=42.11%
G=22.27%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811017600.470.150.18319.5951.0462.35
HexD06EB002FF12140333e
Octal32015626005717225006376
Binary110100001101110101100000101111111110010101000000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06EB0; }

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

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

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

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

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

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

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

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