Shades of Deep Cerise #D4207A
Tints of Deep Cerise #D4207A
RGB
CMYK
RGB Variations
Color information
#D4207A (or 0xD4207A) is known color: Deep Cerise. HEX triplet: D4, 20 and 7A. RGB value is (212,32,122). Sum of RGB (Red+Green+Blue) = 212+32+122=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D4207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4207A is #2BDF85. Grayscale: #5F5F5F. Windows color (decimal): -2875270 or 8003796. OLE color: 8003796.
HSL color Cylindrical-coordinate representation of color #D4207A: hue angle of 330º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4207A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 122 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.17 |
| HSL | 330º | 0.74% | 0.48% | - |
| HSV(B) | 330º | 0.85% | 0.83% | - |
| XYZ | 31.18 | 16.44 | 19.94 | - |
| YUV | 96.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 122 | 0 | 0.85 | 0.42 | 0.17 | 330 | 0.74 | 0.48 |
| Hex | D4 | 20 | 7A | 0 | 55 | 2A | 11 | 14A | 4A | 30 |
| Octal | 324 | 40 | 172 | 0 | 125 | 52 | 21 | 512 | 112 | 60 |
| Binary | 11010100 | 100000 | 1111010 | 0 | 1010101 | 101010 | 10001 | 101001010 | 1001010 | 110000 |
Color Harmonies of #D4207A
Complementary color
Monochromatic Colors of #D4207A
Black with #D4207A
Text Example
Text Example
White with #D4207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4207A; }
p { color: rgb(212,32,122); }
H1.HeaderClassName
{
color: #D4207A;
}
.AnyTagClassName
{
color: #D4207A;
}
</style>
background-color css
<style>
a { background-color: #D4207A; }
a { background-color: rgb(212,32,122); }
div.DivClassName
{
background-color: #D4207A;
}
.BgClassName
{
background-color: #D4207A;
}
</style>
border-color css
<style>
span { border-color: #D4207A; }
span { border-color: rgb(212,32,122); }
td.TdClassName
{
border-color: #D4207A;
}
.TagClassName
{
border-color: #D4207A;
}
</style>