#D15CA5

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

Shades of Hopbush #D15CA5

Tints of Hopbush #D15CA5

Color information

#D15CA5 (or 0xD15CA5) is unknown color: approx Hopbush. HEX triplet: D1, 5C and A5. RGB value is (209,92,165). Sum of RGB (Red+Green+Blue) = 209+92+165=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CA5 is #2EA35A. Grayscale: #878787. Windows color (decimal): -3056475 or 10837201. OLE color: 10837201.

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

Color convert

RGB20992165-
CMYK00.560.210.18
HSL322.56º55.98%59.02%-
HSV(B)322.56º55.98%81.96%-
XYZ36.9123.9338.27-
YUV135.3144.76180.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=44.85%
G=19.74%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099216500.560.210.18322.5655.9859.02
HexD15CA50381512143383b
Octal32113424507025225037073
Binary1101000110111001010010101110001010110010101000011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CA5; }

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

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

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

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

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

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

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

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