Shades of Mandy #DC4452
Tints of Mandy #DC4452
RGB
CMYK
RGB Variations
Color information
#DC4452 (or 0xDC4452) is known color: Mandy. HEX triplet: DC, 44 and 52. RGB value is (220,68,82). Sum of RGB (Red+Green+Blue) = 220+68+82=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4452 is #23BBAD. Grayscale: #737373. Windows color (decimal): -2341806 or 5391580. OLE color: 5391580.
HSL color Cylindrical-coordinate representation of color #DC4452: hue angle of 354.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4452 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 68 | 82 | - |
CMYK | 0 | 0.69 | 0.63 | 0.14 |
HSL | 354.47º | 0.68% | 0.56% | - |
HSV(B) | 354.47º | 0.69% | 0.86% | - |
XYZ | 33.11 | 19.96 | 10.09 | - |
YUV | 115.04 | 109.36 | 202.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 68 | 82 | 0 | 0.69 | 0.63 | 0.14 | 354.47 | 0.68 | 0.56 |
Hex | DC | 44 | 52 | 0 | 45 | 3F | E | 162 | 44 | 38 |
Octal | 334 | 104 | 122 | 0 | 105 | 77 | 16 | 542 | 104 | 70 |
Binary | 11011100 | 1000100 | 1010010 | 0 | 1000101 | 111111 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DC4452
Complementary color
Monochromatic Colors of #DC4452
Black with #DC4452
Text Example
Text Example
White with #DC4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4452; }
p { color: rgb(220,68,82); }
H1.HeaderClassName
{
color: #DC4452;
}
.AnyTagClassName
{
color: #DC4452;
}
</style>
background-color css
<style>
a { background-color: #DC4452; }
a { background-color: rgb(220,68,82); }
div.DivClassName
{
background-color: #DC4452;
}
.BgClassName
{
background-color: #DC4452;
}
</style>
border-color css
<style>
span { border-color: #DC4452; }
span { border-color: rgb(220,68,82); }
td.TdClassName
{
border-color: #DC4452;
}
.TagClassName
{
border-color: #DC4452;
}
</style>