Shades of Deep Cerise #D4257C
Tints of Deep Cerise #D4257C
RGB
CMYK
RGB Variations
Color information
#D4257C (or 0xD4257C) is known color: Deep Cerise. HEX triplet: D4, 25 and 7C. RGB value is (212,37,124). Sum of RGB (Red+Green+Blue) = 212+37+124=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4257C is #2BDA83. Grayscale: #636363. Windows color (decimal): -2873988 or 8136148. OLE color: 8136148.
HSL color Cylindrical-coordinate representation of color #D4257C: hue angle of 330.17º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4257C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 124 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.17 |
| HSL | 330.17º | 0.7% | 0.49% | - |
| HSV(B) | 330.17º | 0.83% | 0.83% | - |
| XYZ | 31.45 | 16.78 | 20.65 | - |
| YUV | 99.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 124 | 0 | 0.83 | 0.42 | 0.17 | 330.17 | 0.7 | 0.49 |
| Hex | D4 | 25 | 7C | 0 | 53 | 2A | 11 | 14A | 46 | 31 |
| Octal | 324 | 45 | 174 | 0 | 123 | 52 | 21 | 512 | 106 | 61 |
| Binary | 11010100 | 100101 | 1111100 | 0 | 1010011 | 101010 | 10001 | 101001010 | 1000110 | 110001 |
Color Harmonies of #D4257C
Complementary color
Monochromatic Colors of #D4257C
Black with #D4257C
Text Example
Text Example
White with #D4257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4257C; }
p { color: rgb(212,37,124); }
H1.HeaderClassName
{
color: #D4257C;
}
.AnyTagClassName
{
color: #D4257C;
}
</style>
background-color css
<style>
a { background-color: #D4257C; }
a { background-color: rgb(212,37,124); }
div.DivClassName
{
background-color: #D4257C;
}
.BgClassName
{
background-color: #D4257C;
}
</style>
border-color css
<style>
span { border-color: #D4257C; }
span { border-color: rgb(212,37,124); }
td.TdClassName
{
border-color: #D4257C;
}
.TagClassName
{
border-color: #D4257C;
}
</style>