Shades of Deep Cerise #D42DAF
Tints of Deep Cerise #D42DAF
RGB
CMYK
RGB Variations
Color information
#D42DAF (or 0xD42DAF) is known color: Deep Cerise. HEX triplet: D4, 2D and AF. RGB value is (212,45,175). Sum of RGB (Red+Green+Blue) = 212+45+175=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAF is #2BD250. Grayscale: #6D6D6D. Windows color (decimal): -2871889 or 11480532. OLE color: 11480532.
HSL color Cylindrical-coordinate representation of color #D42DAF: hue angle of 313.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DAF is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 175 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.17 |
| HSL | 313.29º | 0.66% | 0.5% | - |
| HSV(B) | 313.29º | 0.79% | 0.83% | - |
| XYZ | 35.83 | 18.97 | 42.33 | - |
| YUV | 109.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 175 | 0 | 0.79 | 0.17 | 0.17 | 313.29 | 0.66 | 0.5 |
| Hex | D4 | 2D | AF | 0 | 4F | 11 | 11 | 139 | 42 | 32 |
| Octal | 324 | 55 | 257 | 0 | 117 | 21 | 21 | 471 | 102 | 62 |
| Binary | 11010100 | 101101 | 10101111 | 0 | 1001111 | 10001 | 10001 | 100111001 | 1000010 | 110010 |
Color Harmonies of #D42DAF
Complementary color
Monochromatic Colors of #D42DAF
Black with #D42DAF
Text Example
Text Example
White with #D42DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DAF; }
p { color: rgb(212,45,175); }
H1.HeaderClassName
{
color: #D42DAF;
}
.AnyTagClassName
{
color: #D42DAF;
}
</style>
background-color css
<style>
a { background-color: #D42DAF; }
a { background-color: rgb(212,45,175); }
div.DivClassName
{
background-color: #D42DAF;
}
.BgClassName
{
background-color: #D42DAF;
}
</style>
border-color css
<style>
span { border-color: #D42DAF; }
span { border-color: rgb(212,45,175); }
td.TdClassName
{
border-color: #D42DAF;
}
.TagClassName
{
border-color: #D42DAF;
}
</style>