#D03F54

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

Shades of Mandy #D03F54

Tints of Mandy #D03F54

Color information

#D03F54 (or 0xD03F54) is unknown color: approx Mandy. HEX triplet: D0, 3F and 54. RGB value is (208,63,84). Sum of RGB (Red+Green+Blue) = 208+63+84=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F54 is #2FC0AB. Grayscale: #6C6C6C. Windows color (decimal): -3129516 or 5521360. OLE color: 5521360.

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

Color convert

RGB2086384-
CMYK00.700.600.18
HSL351.31º60.67%53.14%-
HSV(B)351.31º69.71%81.57%-
XYZ29.3917.6110.24-
YUV108.75114.04198.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.59%
GREEN value IS 63 (25% from 255) = 17.75%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=58.59%
G=17.75%
B=23.66%

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
Decimal208638400.700.600.18351.3160.6753.14
HexD03F540463C1215f3d35
Octal32077124010674225377565
Binary1101000011111110101000100011011110010010101011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03F54; }

 p { color: rgb(208,63,84); }

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

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

 a { background-color: rgb(208,63,84); }

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

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

 span { border-color: rgb(208,63,84); }

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