Shades of Mandy #D0435C
Tints of Mandy #D0435C
RGB
CMYK
RGB Variations
Color information
#D0435C (or 0xD0435C) is known color: Mandy. HEX triplet: D0, 43 and 5C. RGB value is (208,67,92). Sum of RGB (Red+Green+Blue) = 208+67+92=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0435C is #2FBCA3. Grayscale: #707070. Windows color (decimal): -3128484 or 6046672. OLE color: 6046672.
HSL color Cylindrical-coordinate representation of color #D0435C: hue angle of 349.36º 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 #D0435C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 92 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.18 |
| HSL | 349.36º | 0.6% | 0.54% | - |
| HSV(B) | 349.36º | 0.68% | 0.82% | - |
| XYZ | 29.95 | 18.2 | 12.06 | - |
| YUV | 112.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 92 | 0 | 0.68 | 0.56 | 0.18 | 349.36 | 0.6 | 0.54 |
| Hex | D0 | 43 | 5C | 0 | 44 | 38 | 12 | 15D | 3C | 36 |
| Octal | 320 | 103 | 134 | 0 | 104 | 70 | 22 | 535 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1011100 | 0 | 1000100 | 111000 | 10010 | 101011101 | 111100 | 110110 |
Color Harmonies of #D0435C
Complementary color
Monochromatic Colors of #D0435C
Black with #D0435C
Text Example
Text Example
White with #D0435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0435C; }
p { color: rgb(208,67,92); }
H1.HeaderClassName
{
color: #D0435C;
}
.AnyTagClassName
{
color: #D0435C;
}
</style>
background-color css
<style>
a { background-color: #D0435C; }
a { background-color: rgb(208,67,92); }
div.DivClassName
{
background-color: #D0435C;
}
.BgClassName
{
background-color: #D0435C;
}
</style>
border-color css
<style>
span { border-color: #D0435C; }
span { border-color: rgb(208,67,92); }
td.TdClassName
{
border-color: #D0435C;
}
.TagClassName
{
border-color: #D0435C;
}
</style>