Shades of Deep Cerise #D42DAD
Tints of Deep Cerise #D42DAD
RGB
CMYK
RGB Variations
Color information
#D42DAD (or 0xD42DAD) is known color: Deep Cerise. HEX triplet: D4, 2D and AD. RGB value is (212,45,173). Sum of RGB (Red+Green+Blue) = 212+45+173=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAD is #2BD252. Grayscale: #6D6D6D. Windows color (decimal): -2871891 or 11349460. OLE color: 11349460.
HSL color Cylindrical-coordinate representation of color #D42DAD: hue angle of 314.01º 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 #D42DAD is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 173 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.17 |
| HSL | 314.01º | 0.66% | 0.5% | - |
| HSV(B) | 314.01º | 0.79% | 0.83% | - |
| XYZ | 35.63 | 18.89 | 41.3 | - |
| YUV | 109.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 173 | 0 | 0.79 | 0.18 | 0.17 | 314.01 | 0.66 | 0.5 |
| Hex | D4 | 2D | AD | 0 | 4F | 12 | 11 | 13A | 42 | 32 |
| Octal | 324 | 55 | 255 | 0 | 117 | 22 | 21 | 472 | 102 | 62 |
| Binary | 11010100 | 101101 | 10101101 | 0 | 1001111 | 10010 | 10001 | 100111010 | 1000010 | 110010 |
Color Harmonies of #D42DAD
Complementary color
Monochromatic Colors of #D42DAD
Black with #D42DAD
Text Example
Text Example
White with #D42DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DAD; }
p { color: rgb(212,45,173); }
H1.HeaderClassName
{
color: #D42DAD;
}
.AnyTagClassName
{
color: #D42DAD;
}
</style>
background-color css
<style>
a { background-color: #D42DAD; }
a { background-color: rgb(212,45,173); }
div.DivClassName
{
background-color: #D42DAD;
}
.BgClassName
{
background-color: #D42DAD;
}
</style>
border-color css
<style>
span { border-color: #D42DAD; }
span { border-color: rgb(212,45,173); }
td.TdClassName
{
border-color: #D42DAD;
}
.TagClassName
{
border-color: #D42DAD;
}
</style>