#D07097

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

Shades of Hopbush #D07097

Tints of Hopbush #D07097

Color information

#D07097 (or 0xD07097) is unknown color: approx Hopbush. HEX triplet: D0, 70 and 97. RGB value is (208,112,151). Sum of RGB (Red+Green+Blue) = 208+112+151=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07097 is #2F8F68. Grayscale: #919191. Windows color (decimal): -3116905 or 9924816. OLE color: 9924816.

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

Color convert

RGB208112151-
CMYK00.460.270.18
HSL335.62º50.53%62.75%-
HSV(B)335.62º46.15%81.57%-
XYZ37.3927.2332.56-
YUV145.15131.3172.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=44.16%
G=23.78%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811215100.460.270.18335.6250.5362.75
HexD0709702E1B12150333f
Octal32016022705633225206377
Binary1101000011100001001011101011101101110010101010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07097; }

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

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

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

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

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

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

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

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