#D03E53

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

Shades of Mandy #D03E53

Tints of Mandy #D03E53

Color information

#D03E53 (or 0xD03E53) is unknown color: approx Mandy. HEX triplet: D0, 3E and 53. RGB value is (208,62,83). Sum of RGB (Red+Green+Blue) = 208+62+83=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E53 is #2FC1AC. Grayscale: #6C6C6C. Windows color (decimal): -3129773 or 5455568. OLE color: 5455568.

HSL color Cylindrical-coordinate representation of color #D03E53: hue angle of 351.37º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03E53 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2086283-
CMYK00.700.600.18
HSL351.37º60.83%52.94%-
HSV(B)351.37º70.19%81.57%-
XYZ29.317.4810.01-
YUV108.05113.87199.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.92%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=58.92%
G=17.56%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208628300.700.600.18351.3760.8352.94
HexD03E530463C1215f3d35
Octal32076123010674225377565
Binary1101000011111010100110100011011110010010101011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E53; }

 p { color: rgb(208,62,83); }

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

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

 a { background-color: rgb(208,62,83); }

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

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

 span { border-color: rgb(208,62,83); }

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