Shades of Deep Cerise #D4307C
Tints of Deep Cerise #D4307C
RGB
CMYK
RGB Variations
Color information
#D4307C (or 0xD4307C) is known color: Deep Cerise. HEX triplet: D4, 30 and 7C. RGB value is (212,48,124). Sum of RGB (Red+Green+Blue) = 212+48+124=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4307C is #2BCF83. Grayscale: #696969. Windows color (decimal): -2871172 or 8138964. OLE color: 8138964.
HSL color Cylindrical-coordinate representation of color #D4307C: hue angle of 332.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4307C is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 124 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.17 |
| HSL | 332.2º | 0.66% | 0.51% | - |
| HSV(B) | 332.2º | 0.77% | 0.83% | - |
| XYZ | 31.85 | 17.57 | 20.78 | - |
| YUV | 105.7 | 138.33 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 124 | 0 | 0.77 | 0.42 | 0.17 | 332.2 | 0.66 | 0.51 |
| Hex | D4 | 30 | 7C | 0 | 4D | 2A | 11 | 14C | 42 | 33 |
| Octal | 324 | 60 | 174 | 0 | 115 | 52 | 21 | 514 | 102 | 63 |
| Binary | 11010100 | 110000 | 1111100 | 0 | 1001101 | 101010 | 10001 | 101001100 | 1000010 | 110011 |
Color Harmonies of #D4307C
Complementary color
Monochromatic Colors of #D4307C
Black with #D4307C
Text Example
Text Example
White with #D4307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4307C; }
p { color: rgb(212,48,124); }
H1.HeaderClassName
{
color: #D4307C;
}
.AnyTagClassName
{
color: #D4307C;
}
</style>
background-color css
<style>
a { background-color: #D4307C; }
a { background-color: rgb(212,48,124); }
div.DivClassName
{
background-color: #D4307C;
}
.BgClassName
{
background-color: #D4307C;
}
</style>
border-color css
<style>
span { border-color: #D4307C; }
span { border-color: rgb(212,48,124); }
td.TdClassName
{
border-color: #D4307C;
}
.TagClassName
{
border-color: #D4307C;
}
</style>