Shades of Mandy #D54152
Tints of Mandy #D54152
RGB
CMYK
RGB Variations
Color information
#D54152 (or 0xD54152) is known color: Mandy. HEX triplet: D5, 41 and 52. RGB value is (213,65,82). Sum of RGB (Red+Green+Blue) = 213+65+82=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54152 is #2ABEAD. Grayscale: #6F6F6F. Windows color (decimal): -2801326 or 5390805. OLE color: 5390805.
HSL color Cylindrical-coordinate representation of color #D54152: hue angle of 353.11º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54152 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 82 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.16 |
| HSL | 353.11º | 0.64% | 0.55% | - |
| HSV(B) | 353.11º | 0.69% | 0.84% | - |
| XYZ | 30.85 | 18.54 | 9.93 | - |
| YUV | 111.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 82 | 0 | 0.69 | 0.62 | 0.16 | 353.11 | 0.64 | 0.55 |
| Hex | D5 | 41 | 52 | 0 | 45 | 3E | 10 | 161 | 40 | 37 |
| Octal | 325 | 101 | 122 | 0 | 105 | 76 | 20 | 541 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1010010 | 0 | 1000101 | 111110 | 10000 | 101100001 | 1000000 | 110111 |
Color Harmonies of #D54152
Complementary color
Monochromatic Colors of #D54152
Black with #D54152
Text Example
Text Example
White with #D54152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54152; }
p { color: rgb(213,65,82); }
H1.HeaderClassName
{
color: #D54152;
}
.AnyTagClassName
{
color: #D54152;
}
</style>
background-color css
<style>
a { background-color: #D54152; }
a { background-color: rgb(213,65,82); }
div.DivClassName
{
background-color: #D54152;
}
.BgClassName
{
background-color: #D54152;
}
</style>
border-color css
<style>
span { border-color: #D54152; }
span { border-color: rgb(213,65,82); }
td.TdClassName
{
border-color: #D54152;
}
.TagClassName
{
border-color: #D54152;
}
</style>