#D15CA9

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

Shades of Hopbush #D15CA9

Tints of Hopbush #D15CA9

Color information

#D15CA9 (or 0xD15CA9) is unknown color: approx Hopbush. HEX triplet: D1, 5C and A9. RGB value is (209,92,169). Sum of RGB (Red+Green+Blue) = 209+92+169=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CA9 is #2EA356. Grayscale: #878787. Windows color (decimal): -3056471 or 11099345. OLE color: 11099345.

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

Color convert

RGB20992169-
CMYK00.560.190.18
HSL320.51º55.98%59.02%-
HSV(B)320.51º55.98%81.96%-
XYZ37.2824.0740.22-
YUV135.76146.76180.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=44.47%
G=19.57%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099216900.560.190.18320.5155.9859.02
HexD15CA90381312141383b
Octal32113425107023225017073
Binary1101000110111001010100101110001001110010101000001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CA9; }

 p { color: rgb(209,92,169); }

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

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

 a { background-color: rgb(209,92,169); }

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

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

 span { border-color: rgb(209,92,169); }

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