Shades of Deep Cerise #D4258E
Tints of Deep Cerise #D4258E
RGB
CMYK
RGB Variations
Color information
#D4258E (or 0xD4258E) is known color: Deep Cerise. HEX triplet: D4, 25 and 8E. RGB value is (212,37,142). Sum of RGB (Red+Green+Blue) = 212+37+142=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4258E is #2BDA71. Grayscale: #656565. Windows color (decimal): -2873970 or 9315796. OLE color: 9315796.
HSL color Cylindrical-coordinate representation of color #D4258E: hue angle of 324º 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 #D4258E is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 142 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.17 |
| HSL | 324º | 0.7% | 0.49% | - |
| HSV(B) | 324º | 0.83% | 0.83% | - |
| XYZ | 32.7 | 17.27 | 27.2 | - |
| YUV | 101.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 142 | 0 | 0.83 | 0.33 | 0.17 | 324 | 0.7 | 0.49 |
| Hex | D4 | 25 | 8E | 0 | 53 | 21 | 11 | 144 | 46 | 31 |
| Octal | 324 | 45 | 216 | 0 | 123 | 41 | 21 | 504 | 106 | 61 |
| Binary | 11010100 | 100101 | 10001110 | 0 | 1010011 | 100001 | 10001 | 101000100 | 1000110 | 110001 |
Color Harmonies of #D4258E
Complementary color
Monochromatic Colors of #D4258E
Black with #D4258E
Text Example
Text Example
White with #D4258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4258E; }
p { color: rgb(212,37,142); }
H1.HeaderClassName
{
color: #D4258E;
}
.AnyTagClassName
{
color: #D4258E;
}
</style>
background-color css
<style>
a { background-color: #D4258E; }
a { background-color: rgb(212,37,142); }
div.DivClassName
{
background-color: #D4258E;
}
.BgClassName
{
background-color: #D4258E;
}
</style>
border-color css
<style>
span { border-color: #D4258E; }
span { border-color: rgb(212,37,142); }
td.TdClassName
{
border-color: #D4258E;
}
.TagClassName
{
border-color: #D4258E;
}
</style>