Shades of Deep Cerise #D43595
Tints of Deep Cerise #D43595
RGB
CMYK
RGB Variations
Color information
#D43595 (or 0xD43595) is known color: Deep Cerise. HEX triplet: D4, 35 and 95. RGB value is (212,53,149). Sum of RGB (Red+Green+Blue) = 212+53+149=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D43595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43595 is #2BCA6A. Grayscale: #6F6F6F. Windows color (decimal): -2869867 or 9778644. OLE color: 9778644.
HSL color Cylindrical-coordinate representation of color #D43595: hue angle of 323.77º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43595 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 149 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.17 |
| HSL | 323.77º | 0.65% | 0.52% | - |
| HSV(B) | 323.77º | 0.75% | 0.83% | - |
| XYZ | 33.85 | 18.71 | 30.26 | - |
| YUV | 111.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 149 | 0 | 0.75 | 0.30 | 0.17 | 323.77 | 0.65 | 0.52 |
| Hex | D4 | 35 | 95 | 0 | 4B | 1E | 11 | 144 | 41 | 34 |
| Octal | 324 | 65 | 225 | 0 | 113 | 36 | 21 | 504 | 101 | 64 |
| Binary | 11010100 | 110101 | 10010101 | 0 | 1001011 | 11110 | 10001 | 101000100 | 1000001 | 110100 |
Color Harmonies of #D43595
Complementary color
Monochromatic Colors of #D43595
Black with #D43595
Text Example
Text Example
White with #D43595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43595; }
p { color: rgb(212,53,149); }
H1.HeaderClassName
{
color: #D43595;
}
.AnyTagClassName
{
color: #D43595;
}
</style>
background-color css
<style>
a { background-color: #D43595; }
a { background-color: rgb(212,53,149); }
div.DivClassName
{
background-color: #D43595;
}
.BgClassName
{
background-color: #D43595;
}
</style>
border-color css
<style>
span { border-color: #D43595; }
span { border-color: rgb(212,53,149); }
td.TdClassName
{
border-color: #D43595;
}
.TagClassName
{
border-color: #D43595;
}
</style>