#D15A91

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

Shades of Hopbush #D15A91

Tints of Hopbush #D15A91

Color information

#D15A91 (or 0xD15A91) is unknown color: approx Hopbush. HEX triplet: D1, 5A and 91. RGB value is (209,90,145). Sum of RGB (Red+Green+Blue) = 209+90+145=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A91 is #2EA56E. Grayscale: #838383. Windows color (decimal): -3057007 or 9525969. OLE color: 9525969.

HSL color Cylindrical-coordinate representation of color #D15A91: hue angle of 332.27º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15A91 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB20990145-
CMYK00.570.310.18
HSL332.27º56.4%58.63%-
HSV(B)332.27º56.94%81.96%-
XYZ35.0622.9129.36-
YUV131.85135.42183.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=47.07%
G=20.27%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099014500.570.310.18332.2756.458.63
HexD15A910391F1214c383b
Octal32113222107137225147073
Binary1101000110110101001000101110011111110010101001100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A91; }

 p { color: rgb(209,90,145); }

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

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

 a { background-color: rgb(209,90,145); }

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

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

 span { border-color: rgb(209,90,145); }

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