#d15e9b

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

Shades of Hopbush #D15E9B

Tints of Hopbush #D15E9B

Color information

#D15E9B (or 0xD15E9B) is unknown color: approx Hopbush. HEX triplet: D1, 5E and 9B. RGB value is (209,94,155). Sum of RGB (Red+Green+Blue) = 209+94+155=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E9B is #2EA164. Grayscale: #878787. Windows color (decimal): -3055973 or 10182353. OLE color: 10182353.

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

Color convert

RGB20994155-
CMYK00.550.260.18
HSL328.17º55.56%59.41%-
HSV(B)328.17º55.02%81.96%-
XYZ36.2123.9333.72-
YUV135.34139.1180.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=45.63%
G=20.52%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099415500.550.260.18328.1755.5659.41
HexD15E9B0371A12148383b
Octal32113623306732225107073
Binary1101000110111101001101101101111101010010101001000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15e9b; }

 p { color: rgb(209,94,155); }

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

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

 a { background-color: rgb(209,94,155); }

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

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

 span { border-color: rgb(209,94,155); }

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