#D15BA2

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

Shades of Hopbush #D15BA2

Tints of Hopbush #D15BA2

Color information

#D15BA2 (or 0xD15BA2) is unknown color: approx Hopbush. HEX triplet: D1, 5B and A2. RGB value is (209,91,162). Sum of RGB (Red+Green+Blue) = 209+91+162=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BA2 is #2EA45D. Grayscale: #868686. Windows color (decimal): -3056734 or 10640337. OLE color: 10640337.

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

Color convert

RGB20991162-
CMYK00.560.220.18
HSL323.9º56.19%58.82%-
HSV(B)323.9º56.46%81.96%-
XYZ36.5623.6536.82-
YUV134.38143.59181.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=45.24%
G=19.70%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099116200.560.220.18323.956.1958.82
HexD15BA20381612144383b
Octal32113324207026225047073
Binary1101000110110111010001001110001011010010101000100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15BA2; }

 p { color: rgb(209,91,162); }

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

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

 a { background-color: rgb(209,91,162); }

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

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

 span { border-color: rgb(209,91,162); }

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