Shades of Mandy #D0425F
Tints of Mandy #D0425F
RGB
CMYK
RGB Variations
Color information
#D0425F (or 0xD0425F) is known color: Mandy. HEX triplet: D0, 42 and 5F. RGB value is (208,66,95). Sum of RGB (Red+Green+Blue) = 208+66+95=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0425F is #2FBDA0. Grayscale: #6F6F6F. Windows color (decimal): -3128737 or 6243024. OLE color: 6243024.
HSL color Cylindrical-coordinate representation of color #D0425F: hue angle of 347.75º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0425F is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 95 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.18 |
| HSL | 347.75º | 0.6% | 0.54% | - |
| HSV(B) | 347.75º | 0.68% | 0.82% | - |
| XYZ | 30.03 | 18.13 | 12.74 | - |
| YUV | 111.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 95 | 0 | 0.68 | 0.54 | 0.18 | 347.75 | 0.6 | 0.54 |
| Hex | D0 | 42 | 5F | 0 | 44 | 36 | 12 | 15C | 3C | 36 |
| Octal | 320 | 102 | 137 | 0 | 104 | 66 | 22 | 534 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1011111 | 0 | 1000100 | 110110 | 10010 | 101011100 | 111100 | 110110 |
Color Harmonies of #D0425F
Complementary color
Monochromatic Colors of #D0425F
Black with #D0425F
Text Example
Text Example
White with #D0425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0425F; }
p { color: rgb(208,66,95); }
H1.HeaderClassName
{
color: #D0425F;
}
.AnyTagClassName
{
color: #D0425F;
}
</style>
background-color css
<style>
a { background-color: #D0425F; }
a { background-color: rgb(208,66,95); }
div.DivClassName
{
background-color: #D0425F;
}
.BgClassName
{
background-color: #D0425F;
}
</style>
border-color css
<style>
span { border-color: #D0425F; }
span { border-color: rgb(208,66,95); }
td.TdClassName
{
border-color: #D0425F;
}
.TagClassName
{
border-color: #D0425F;
}
</style>