#D15DA3

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

Shades of Hopbush #D15DA3

Tints of Hopbush #D15DA3

Color information

#D15DA3 (or 0xD15DA3) is unknown color: approx Hopbush. HEX triplet: D1, 5D and A3. RGB value is (209,93,163). Sum of RGB (Red+Green+Blue) = 209+93+163=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DA3 is #2EA25C. Grayscale: #878787. Windows color (decimal): -3056221 or 10706385. OLE color: 10706385.

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

Color convert

RGB20993163-
CMYK00.560.220.18
HSL323.79º55.77%59.22%-
HSV(B)323.79º55.5%81.96%-
XYZ36.8224.0337.35-
YUV135.66143.43180.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=44.95%
G=20%
B=35.05%

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
Decimal2099316300.560.220.18323.7955.7759.22
HexD15DA30381612144383b
Octal32113524307026225047073
Binary1101000110111011010001101110001011010010101000100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DA3; }

 p { color: rgb(209,93,163); }

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

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

 a { background-color: rgb(209,93,163); }

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

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

 span { border-color: rgb(209,93,163); }

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