#D07191

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

Shades of Hopbush #D07191

Tints of Hopbush #D07191

Color information

#D07191 (or 0xD07191) is unknown color: approx Hopbush. HEX triplet: D0, 71 and 91. RGB value is (208,113,145). Sum of RGB (Red+Green+Blue) = 208+113+145=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07191 is #2F8E6E. Grayscale: #919191. Windows color (decimal): -3116655 or 9531856. OLE color: 9531856.

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

Color convert

RGB208113145-
CMYK00.460.300.18
HSL339.79º50.26%62.94%-
HSV(B)339.79º45.67%81.57%-
XYZ37.0327.2630.1-
YUV145.05127.97172.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 145 (57.03% from 255) = 31.12%
R=44.64%
G=24.25%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811314500.460.300.18339.7950.2662.94
HexD0719102E1E12154323f
Octal32016122105636225246277
Binary1101000011100011001000101011101111010010101010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07191; }

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

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

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

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

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

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

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

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