Shades of Deep Cerise #D42DA5
Tints of Deep Cerise #D42DA5
RGB
CMYK
RGB Variations
Color information
#D42DA5 (or 0xD42DA5) is known color: Deep Cerise. HEX triplet: D4, 2D and A5. RGB value is (212,45,165). Sum of RGB (Red+Green+Blue) = 212+45+165=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DA5 is #2BD25A. Grayscale: #6C6C6C. Windows color (decimal): -2871899 or 10825172. OLE color: 10825172.
HSL color Cylindrical-coordinate representation of color #D42DA5: hue angle of 316.89º 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 #D42DA5 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 165 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.17 |
| HSL | 316.89º | 0.66% | 0.5% | - |
| HSV(B) | 316.89º | 0.79% | 0.83% | - |
| XYZ | 34.88 | 18.59 | 37.35 | - |
| YUV | 108.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 165 | 0 | 0.79 | 0.22 | 0.17 | 316.89 | 0.66 | 0.5 |
| Hex | D4 | 2D | A5 | 0 | 4F | 16 | 11 | 13D | 42 | 32 |
| Octal | 324 | 55 | 245 | 0 | 117 | 26 | 21 | 475 | 102 | 62 |
| Binary | 11010100 | 101101 | 10100101 | 0 | 1001111 | 10110 | 10001 | 100111101 | 1000010 | 110010 |
Color Harmonies of #D42DA5
Complementary color
Monochromatic Colors of #D42DA5
Black with #D42DA5
Text Example
Text Example
White with #D42DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DA5; }
p { color: rgb(212,45,165); }
H1.HeaderClassName
{
color: #D42DA5;
}
.AnyTagClassName
{
color: #D42DA5;
}
</style>
background-color css
<style>
a { background-color: #D42DA5; }
a { background-color: rgb(212,45,165); }
div.DivClassName
{
background-color: #D42DA5;
}
.BgClassName
{
background-color: #D42DA5;
}
</style>
border-color css
<style>
span { border-color: #D42DA5; }
span { border-color: rgb(212,45,165); }
td.TdClassName
{
border-color: #D42DA5;
}
.TagClassName
{
border-color: #D42DA5;
}
</style>