#D15F91

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

Shades of Hopbush #D15F91

Tints of Hopbush #D15F91

Color information

#D15F91 (or 0xD15F91) is unknown color: approx Hopbush. HEX triplet: D1, 5F and 91. RGB value is (209,95,145). Sum of RGB (Red+Green+Blue) = 209+95+145=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F91 is #2EA06E. Grayscale: #868686. Windows color (decimal): -3055727 or 9527249. OLE color: 9527249.

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

Color convert

RGB20995145-
CMYK00.550.310.18
HSL333.68º55.34%59.61%-
HSV(B)333.68º54.55%81.96%-
XYZ35.523.7829.51-
YUV134.79133.77180.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=46.55%
G=21.16%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099514500.550.310.18333.6855.3459.61
HexD15F910371F1214e373c
Octal32113722106737225166774
Binary1101000110111111001000101101111111110010101001110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F91; }

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

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

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

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

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

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

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

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