Shades of Deep Cerise #D4279F
Tints of Deep Cerise #D4279F
RGB
CMYK
RGB Variations
Color information
#D4279F (or 0xD4279F) is known color: Deep Cerise. HEX triplet: D4, 27 and 9F. RGB value is (212,39,159). Sum of RGB (Red+Green+Blue) = 212+39+159=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4279F is #2BD860. Grayscale: #686868. Windows color (decimal): -2873441 or 10430420. OLE color: 10430420.
HSL color Cylindrical-coordinate representation of color #D4279F: hue angle of 318.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4279F is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 159 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.17 |
| HSL | 318.38º | 0.69% | 0.49% | - |
| HSV(B) | 318.38º | 0.82% | 0.83% | - |
| XYZ | 34.13 | 17.95 | 34.47 | - |
| YUV | 104.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 159 | 0 | 0.82 | 0.25 | 0.17 | 318.38 | 0.69 | 0.49 |
| Hex | D4 | 27 | 9F | 0 | 52 | 19 | 11 | 13E | 45 | 31 |
| Octal | 324 | 47 | 237 | 0 | 122 | 31 | 21 | 476 | 105 | 61 |
| Binary | 11010100 | 100111 | 10011111 | 0 | 1010010 | 11001 | 10001 | 100111110 | 1000101 | 110001 |
Color Harmonies of #D4279F
Complementary color
Monochromatic Colors of #D4279F
Black with #D4279F
Text Example
Text Example
White with #D4279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4279F; }
p { color: rgb(212,39,159); }
H1.HeaderClassName
{
color: #D4279F;
}
.AnyTagClassName
{
color: #D4279F;
}
</style>
background-color css
<style>
a { background-color: #D4279F; }
a { background-color: rgb(212,39,159); }
div.DivClassName
{
background-color: #D4279F;
}
.BgClassName
{
background-color: #D4279F;
}
</style>
border-color css
<style>
span { border-color: #D4279F; }
span { border-color: rgb(212,39,159); }
td.TdClassName
{
border-color: #D4279F;
}
.TagClassName
{
border-color: #D4279F;
}
</style>