#D252AA

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

Shades of Mulberry #D252AA

Tints of Mulberry #D252AA

Color information

#D252AA (or 0xD252AA) is unknown color: approx Mulberry. HEX triplet: D2, 52 and AA. RGB value is (210,82,170). Sum of RGB (Red+Green+Blue) = 210+82+170=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D252AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252AA is #2DAD55. Grayscale: #828282. Windows color (decimal): -2993494 or 11162322. OLE color: 11162322.

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

Color convert

RGB21082170-
CMYK00.610.190.18
HSL318.75º58.72%57.25%-
HSV(B)318.75º60.95%82.35%-
XYZ36.8522.6440.46-
YUV130.3150.41184.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=45.45%
G=17.75%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108217000.610.190.18318.7558.7257.25
HexD252AA03D131213f3b39
Octal32212225207523224777371
Binary1101001010100101010101001111011001110010100111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D252AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D252AA; }

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

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

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

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

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

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

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

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