#D53EA2

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

Shades of Mulberry #D53EA2

Tints of Mulberry #D53EA2

Color information

#D53EA2 (or 0xD53EA2) is unknown color: approx Mulberry. HEX triplet: D5, 3E and A2. RGB value is (213,62,162). Sum of RGB (Red+Green+Blue) = 213+62+162=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53EA2 is #2AC15D. Grayscale: #767676. Windows color (decimal): -2802014 or 10632917. OLE color: 10632917.

HSL color Cylindrical-coordinate representation of color #D53EA2: hue angle of 320.26º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53EA2 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21362162-
CMYK00.710.240.16
HSL320.26º64.26%53.92%-
HSV(B)320.26º70.89%83.53%-
XYZ35.6820.236.2-
YUV118.55152.53195.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=48.74%
G=14.19%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136216200.710.240.16320.2664.2653.92
HexD53EA204718101404036
Octal325762420107302050010066
Binary11010101111110101000100100011111000100001010000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EA2; }

 p { color: rgb(213,62,162); }

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

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

 a { background-color: rgb(213,62,162); }

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

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

 span { border-color: rgb(213,62,162); }

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