#D07196

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

Shades of Hopbush #D07196

Tints of Hopbush #D07196

Color information

#D07196 (or 0xD07196) is unknown color: approx Hopbush. HEX triplet: D0, 71 and 96. RGB value is (208,113,150). Sum of RGB (Red+Green+Blue) = 208+113+150=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07196 is #2F8E69. Grayscale: #919191. Windows color (decimal): -3116650 or 9859536. OLE color: 9859536.

HSL color Cylindrical-coordinate representation of color #D07196: hue angle of 336.63º degrees, saturation: 0.5, 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 #D07196 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208113150-
CMYK00.460.280.18
HSL336.63º50.26%62.94%-
HSV(B)336.63º45.67%81.57%-
XYZ37.4227.4232.17-
YUV145.62130.47172.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=44.16%
G=23.99%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811315000.460.280.18336.6350.2662.94
HexD0719602E1C12151323f
Octal32016122605634225216277
Binary1101000011100011001011001011101110010010101010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07196; }

 p { color: rgb(208,113,150); }

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

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

 a { background-color: rgb(208,113,150); }

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

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

 span { border-color: rgb(208,113,150); }

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