#D052A3

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

Shades of Mulberry #D052A3

Tints of Mulberry #D052A3

Color information

#D052A3 (or 0xD052A3) is unknown color: approx Mulberry. HEX triplet: D0, 52 and A3. RGB value is (208,82,163). Sum of RGB (Red+Green+Blue) = 208+82+163=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D052A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052A3 is #2FAD5C. Grayscale: #808080. Windows color (decimal): -3124573 or 10703568. OLE color: 10703568.

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

Color convert

RGB20882163-
CMYK00.610.220.18
HSL321.43º57.27%56.86%-
HSV(B)321.43º60.58%81.57%-
XYZ35.6422.0937.04-
YUV128.91147.24184.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=45.92%
G=18.10%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088216300.610.220.18321.4357.2756.86
HexD052A303D16121413939
Octal32012224307526225017171
Binary1101000010100101010001101111011011010010101000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D052A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D052A3; }

 p { color: rgb(208,82,163); }

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

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

 a { background-color: rgb(208,82,163); }

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

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

 span { border-color: rgb(208,82,163); }

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