Shades of Deep Cerise #D4217D
Tints of Deep Cerise #D4217D
RGB
CMYK
RGB Variations
Color information
#D4217D (or 0xD4217D) is known color: Deep Cerise. HEX triplet: D4, 21 and 7D. RGB value is (212,33,125). Sum of RGB (Red+Green+Blue) = 212+33+125=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4217D is #2BDE82. Grayscale: #606060. Windows color (decimal): -2875011 or 8200660. OLE color: 8200660.
HSL color Cylindrical-coordinate representation of color #D4217D: hue angle of 329.16º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4217D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 125 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.17 |
| HSL | 329.16º | 0.73% | 0.48% | - |
| HSV(B) | 329.16º | 0.84% | 0.83% | - |
| XYZ | 31.4 | 16.57 | 20.94 | - |
| YUV | 97.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 125 | 0 | 0.84 | 0.41 | 0.17 | 329.16 | 0.73 | 0.48 |
| Hex | D4 | 21 | 7D | 0 | 54 | 29 | 11 | 149 | 49 | 30 |
| Octal | 324 | 41 | 175 | 0 | 124 | 51 | 21 | 511 | 111 | 60 |
| Binary | 11010100 | 100001 | 1111101 | 0 | 1010100 | 101001 | 10001 | 101001001 | 1001001 | 110000 |
Color Harmonies of #D4217D
Complementary color
Monochromatic Colors of #D4217D
Black with #D4217D
Text Example
Text Example
White with #D4217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4217D; }
p { color: rgb(212,33,125); }
H1.HeaderClassName
{
color: #D4217D;
}
.AnyTagClassName
{
color: #D4217D;
}
</style>
background-color css
<style>
a { background-color: #D4217D; }
a { background-color: rgb(212,33,125); }
div.DivClassName
{
background-color: #D4217D;
}
.BgClassName
{
background-color: #D4217D;
}
</style>
border-color css
<style>
span { border-color: #D4217D; }
span { border-color: rgb(212,33,125); }
td.TdClassName
{
border-color: #D4217D;
}
.TagClassName
{
border-color: #D4217D;
}
</style>