#D15CA8

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

Shades of Hopbush #D15CA8

Tints of Hopbush #D15CA8

Color information

#D15CA8 (or 0xD15CA8) is unknown color: approx Hopbush. HEX triplet: D1, 5C and A8. RGB value is (209,92,168). Sum of RGB (Red+Green+Blue) = 209+92+168=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CA8 is #2EA357. Grayscale: #878787. Windows color (decimal): -3056472 or 11033809. OLE color: 11033809.

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

Color convert

RGB20992168-
CMYK00.560.200.18
HSL321.03º55.98%59.02%-
HSV(B)321.03º55.98%81.96%-
XYZ37.1924.0439.73-
YUV135.65146.26180.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 92 (36.33% from 255) = 19.62%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=44.56%
G=19.62%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099216800.560.200.18321.0355.9859.02
HexD15CA80381412141383b
Octal32113425007024225017073
Binary1101000110111001010100001110001010010010101000001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CA8; }

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

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

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

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

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

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

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

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