#D2519A

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

Shades of Mulberry #D2519A

Tints of Mulberry #D2519A

Color information

#D2519A (or 0xD2519A) is unknown color: approx Mulberry. HEX triplet: D2, 51 and 9A. RGB value is (210,81,154). Sum of RGB (Red+Green+Blue) = 210+81+154=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2519A is #2DAE65. Grayscale: #7F7F7F. Windows color (decimal): -2993766 or 10113490. OLE color: 10113490.

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

Color convert

RGB21081154-
CMYK00.610.270.18
HSL326.05º58.9%57.06%-
HSV(B)326.05º61.43%82.35%-
XYZ35.3521.9232.94-
YUV127.89142.74186.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=47.19%
G=18.20%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108115400.610.270.18326.0558.957.06
HexD2519A03D1B121463b39
Octal32212123207533225067371
Binary1101001010100011001101001111011101110010101000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2519A; }

 p { color: rgb(210,81,154); }

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

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

 a { background-color: rgb(210,81,154); }

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

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

 span { border-color: rgb(210,81,154); }

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