Shades of Deep Cerise #D42CAD
Tints of Deep Cerise #D42CAD
RGB
CMYK
RGB Variations
Color information
#D42CAD (or 0xD42CAD) is known color: Deep Cerise. HEX triplet: D4, 2C and AD. RGB value is (212,44,173). Sum of RGB (Red+Green+Blue) = 212+44+173=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42CAD is #2BD352. Grayscale: #6C6C6C. Windows color (decimal): -2872147 or 11349204. OLE color: 11349204.
HSL color Cylindrical-coordinate representation of color #D42CAD: hue angle of 313.93º 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 #D42CAD is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 173 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.17 |
| HSL | 313.93º | 0.66% | 0.5% | - |
| HSV(B) | 313.93º | 0.79% | 0.83% | - |
| XYZ | 35.59 | 18.82 | 41.29 | - |
| YUV | 108.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 173 | 0 | 0.79 | 0.18 | 0.17 | 313.93 | 0.66 | 0.5 |
| Hex | D4 | 2C | AD | 0 | 4F | 12 | 11 | 13A | 42 | 32 |
| Octal | 324 | 54 | 255 | 0 | 117 | 22 | 21 | 472 | 102 | 62 |
| Binary | 11010100 | 101100 | 10101101 | 0 | 1001111 | 10010 | 10001 | 100111010 | 1000010 | 110010 |
Color Harmonies of #D42CAD
Complementary color
Monochromatic Colors of #D42CAD
Black with #D42CAD
Text Example
Text Example
White with #D42CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CAD; }
p { color: rgb(212,44,173); }
H1.HeaderClassName
{
color: #D42CAD;
}
.AnyTagClassName
{
color: #D42CAD;
}
</style>
background-color css
<style>
a { background-color: #D42CAD; }
a { background-color: rgb(212,44,173); }
div.DivClassName
{
background-color: #D42CAD;
}
.BgClassName
{
background-color: #D42CAD;
}
</style>
border-color css
<style>
span { border-color: #D42CAD; }
span { border-color: rgb(212,44,173); }
td.TdClassName
{
border-color: #D42CAD;
}
.TagClassName
{
border-color: #D42CAD;
}
</style>