#D0709C

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

Shades of Hopbush #D0709C

Tints of Hopbush #D0709C

Color information

#D0709C (or 0xD0709C) is unknown color: approx Hopbush. HEX triplet: D0, 70 and 9C. RGB value is (208,112,156). Sum of RGB (Red+Green+Blue) = 208+112+156=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0709C is #2F8F63. Grayscale: #919191. Windows color (decimal): -3116900 or 10252496. OLE color: 10252496.

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

Color convert

RGB208112156-
CMYK00.460.250.18
HSL332.5º50.53%62.75%-
HSV(B)332.5º46.15%81.57%-
XYZ37.8127.434.75-
YUV145.72133.8172.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=43.70%
G=23.53%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811215600.460.250.18332.550.5362.75
HexD0709C02E191214c333f
Octal32016023405631225146377
Binary1101000011100001001110001011101100110010101001100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0709C; }

 p { color: rgb(208,112,156); }

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

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

 a { background-color: rgb(208,112,156); }

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

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

 span { border-color: rgb(208,112,156); }

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