#D07195

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

Shades of Hopbush #D07195

Tints of Hopbush #D07195

Color information

#D07195 (or 0xD07195) is unknown color: approx Hopbush. HEX triplet: D0, 71 and 95. RGB value is (208,113,149). Sum of RGB (Red+Green+Blue) = 208+113+149=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D07195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07195 is #2F8E6A. Grayscale: #919191. Windows color (decimal): -3116651 or 9794000. OLE color: 9794000.

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

Color convert

RGB208113149-
CMYK00.460.280.18
HSL337.26º50.26%62.94%-
HSV(B)337.26º45.67%81.57%-
XYZ37.3427.3931.75-
YUV145.51129.97172.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=44.26%
G=24.04%
B=31.70%

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
Decimal20811314900.460.280.18337.2650.2662.94
HexD0719502E1C12151323f
Octal32016122505634225216277
Binary1101000011100011001010101011101110010010101010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07195; }

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

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

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

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

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

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

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

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