Shades of Deep Cerise #D4258F
Tints of Deep Cerise #D4258F
RGB
CMYK
RGB Variations
Color information
#D4258F (or 0xD4258F) is known color: Deep Cerise. HEX triplet: D4, 25 and 8F. RGB value is (212,37,143). Sum of RGB (Red+Green+Blue) = 212+37+143=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4258F is #2BDA70. Grayscale: #656565. Windows color (decimal): -2873969 or 9381332. OLE color: 9381332.
HSL color Cylindrical-coordinate representation of color #D4258F: hue angle of 323.66º 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 #D4258F is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 143 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.17 |
| HSL | 323.66º | 0.7% | 0.49% | - |
| HSV(B) | 323.66º | 0.83% | 0.83% | - |
| XYZ | 32.77 | 17.3 | 27.6 | - |
| YUV | 101.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 143 | 0 | 0.83 | 0.33 | 0.17 | 323.66 | 0.7 | 0.49 |
| Hex | D4 | 25 | 8F | 0 | 53 | 21 | 11 | 144 | 46 | 31 |
| Octal | 324 | 45 | 217 | 0 | 123 | 41 | 21 | 504 | 106 | 61 |
| Binary | 11010100 | 100101 | 10001111 | 0 | 1010011 | 100001 | 10001 | 101000100 | 1000110 | 110001 |
Color Harmonies of #D4258F
Complementary color
Monochromatic Colors of #D4258F
Black with #D4258F
Text Example
Text Example
White with #D4258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4258F; }
p { color: rgb(212,37,143); }
H1.HeaderClassName
{
color: #D4258F;
}
.AnyTagClassName
{
color: #D4258F;
}
</style>
background-color css
<style>
a { background-color: #D4258F; }
a { background-color: rgb(212,37,143); }
div.DivClassName
{
background-color: #D4258F;
}
.BgClassName
{
background-color: #D4258F;
}
</style>
border-color css
<style>
span { border-color: #D4258F; }
span { border-color: rgb(212,37,143); }
td.TdClassName
{
border-color: #D4258F;
}
.TagClassName
{
border-color: #D4258F;
}
</style>