Shades of Deep Cerise #D43492
Tints of Deep Cerise #D43492
RGB
CMYK
RGB Variations
Color information
#D43492 (or 0xD43492) is known color: Deep Cerise. HEX triplet: D4, 34 and 92. RGB value is (212,52,146). Sum of RGB (Red+Green+Blue) = 212+52+146=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D43492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43492 is #2BCB6D. Grayscale: #6E6E6E. Windows color (decimal): -2870126 or 9581780. OLE color: 9581780.
HSL color Cylindrical-coordinate representation of color #D43492: hue angle of 324.75º 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 #D43492 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 146 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.17 |
| HSL | 324.75º | 0.65% | 0.52% | - |
| HSV(B) | 324.75º | 0.75% | 0.83% | - |
| XYZ | 33.57 | 18.53 | 29 | - |
| YUV | 110.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 146 | 0 | 0.75 | 0.31 | 0.17 | 324.75 | 0.65 | 0.52 |
| Hex | D4 | 34 | 92 | 0 | 4B | 1F | 11 | 145 | 41 | 34 |
| Octal | 324 | 64 | 222 | 0 | 113 | 37 | 21 | 505 | 101 | 64 |
| Binary | 11010100 | 110100 | 10010010 | 0 | 1001011 | 11111 | 10001 | 101000101 | 1000001 | 110100 |
Color Harmonies of #D43492
Complementary color
Monochromatic Colors of #D43492
Black with #D43492
Text Example
Text Example
White with #D43492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43492; }
p { color: rgb(212,52,146); }
H1.HeaderClassName
{
color: #D43492;
}
.AnyTagClassName
{
color: #D43492;
}
</style>
background-color css
<style>
a { background-color: #D43492; }
a { background-color: rgb(212,52,146); }
div.DivClassName
{
background-color: #D43492;
}
.BgClassName
{
background-color: #D43492;
}
</style>
border-color css
<style>
span { border-color: #D43492; }
span { border-color: rgb(212,52,146); }
td.TdClassName
{
border-color: #D43492;
}
.TagClassName
{
border-color: #D43492;
}
</style>