Shades of Mandy #D03D54
Tints of Mandy #D03D54
RGB
CMYK
RGB Variations
Color information
#D03D54 (or 0xD03D54) is known color: Mandy. HEX triplet: D0, 3D and 54. RGB value is (208,61,84). Sum of RGB (Red+Green+Blue) = 208+61+84=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D54 is #2FC2AB. Grayscale: #6B6B6B. Windows color (decimal): -3130028 or 5520848. OLE color: 5520848.
HSL color Cylindrical-coordinate representation of color #D03D54: hue angle of 350.61º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D54 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 61 | 84 | - |
CMYK | 0 | 0.71 | 0.60 | 0.18 |
HSL | 350.61º | 0.61% | 0.53% | - |
HSV(B) | 350.61º | 0.71% | 0.82% | - |
XYZ | 29.28 | 17.39 | 10.2 | - |
YUV | 107.58 | 114.7 | 199.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 61 | 84 | 0 | 0.71 | 0.60 | 0.18 | 350.61 | 0.61 | 0.53 |
Hex | D0 | 3D | 54 | 0 | 47 | 3C | 12 | 15F | 3D | 35 |
Octal | 320 | 75 | 124 | 0 | 107 | 74 | 22 | 537 | 75 | 65 |
Binary | 11010000 | 111101 | 1010100 | 0 | 1000111 | 111100 | 10010 | 101011111 | 111101 | 110101 |
Color Harmonies of #D03D54
Complementary color
Monochromatic Colors of #D03D54
Black with #D03D54
Text Example
Text Example
White with #D03D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D54; }
p { color: rgb(208,61,84); }
H1.HeaderClassName
{
color: #D03D54;
}
.AnyTagClassName
{
color: #D03D54;
}
</style>
background-color css
<style>
a { background-color: #D03D54; }
a { background-color: rgb(208,61,84); }
div.DivClassName
{
background-color: #D03D54;
}
.BgClassName
{
background-color: #D03D54;
}
</style>
border-color css
<style>
span { border-color: #D03D54; }
span { border-color: rgb(208,61,84); }
td.TdClassName
{
border-color: #D03D54;
}
.TagClassName
{
border-color: #D03D54;
}
</style>