Shades of Deep Cerise #D42795
Tints of Deep Cerise #D42795
RGB
CMYK
RGB Variations
Color information
#D42795 (or 0xD42795) is known color: Deep Cerise. HEX triplet: D4, 27 and 95. RGB value is (212,39,149). Sum of RGB (Red+Green+Blue) = 212+39+149=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D42795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42795 is #2BD86A. Grayscale: #666666. Windows color (decimal): -2873451 or 9775060. OLE color: 9775060.
HSL color Cylindrical-coordinate representation of color #D42795: hue angle of 321.85º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42795 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 149 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.17 |
| HSL | 321.85º | 0.69% | 0.49% | - |
| HSV(B) | 321.85º | 0.82% | 0.83% | - |
| XYZ | 33.3 | 17.62 | 30.08 | - |
| YUV | 103.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 149 | 0 | 0.82 | 0.30 | 0.17 | 321.85 | 0.69 | 0.49 |
| Hex | D4 | 27 | 95 | 0 | 52 | 1E | 11 | 142 | 45 | 31 |
| Octal | 324 | 47 | 225 | 0 | 122 | 36 | 21 | 502 | 105 | 61 |
| Binary | 11010100 | 100111 | 10010101 | 0 | 1010010 | 11110 | 10001 | 101000010 | 1000101 | 110001 |
Color Harmonies of #D42795
Complementary color
Monochromatic Colors of #D42795
Black with #D42795
Text Example
Text Example
White with #D42795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42795; }
p { color: rgb(212,39,149); }
H1.HeaderClassName
{
color: #D42795;
}
.AnyTagClassName
{
color: #D42795;
}
</style>
background-color css
<style>
a { background-color: #D42795; }
a { background-color: rgb(212,39,149); }
div.DivClassName
{
background-color: #D42795;
}
.BgClassName
{
background-color: #D42795;
}
</style>
border-color css
<style>
span { border-color: #D42795; }
span { border-color: rgb(212,39,149); }
td.TdClassName
{
border-color: #D42795;
}
.TagClassName
{
border-color: #D42795;
}
</style>