#D252A0

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

Shades of Mulberry #D252A0

Tints of Mulberry #D252A0

Color information

#D252A0 (or 0xD252A0) is unknown color: approx Mulberry. HEX triplet: D2, 52 and A0. RGB value is (210,82,160). Sum of RGB (Red+Green+Blue) = 210+82+160=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D252A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252A0 is #2DAD5F. Grayscale: #808080. Windows color (decimal): -2993504 or 10506962. OLE color: 10506962.

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

Color convert

RGB21082160-
CMYK00.610.240.18
HSL323.44º58.72%57.25%-
HSV(B)323.44º60.95%82.35%-
XYZ35.9422.2735.66-
YUV129.16145.41185.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=46.46%
G=18.14%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108216000.610.240.18323.4458.7257.25
HexD252A003D18121433b39
Octal32212224007530225037371
Binary1101001010100101010000001111011100010010101000011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D252A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D252A0; }

 p { color: rgb(210,82,160); }

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

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

 a { background-color: rgb(210,82,160); }

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

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

 span { border-color: rgb(210,82,160); }

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