Shades of Deep Cerise #D7218A
Tints of Deep Cerise #D7218A
RGB
CMYK
RGB Variations
Color information
#D7218A (or 0xD7218A) is known color: Deep Cerise. HEX triplet: D7, 21 and 8A. RGB value is (215,33,138). Sum of RGB (Red+Green+Blue) = 215+33+138=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7218A is #28DE75. Grayscale: #636363. Windows color (decimal): -2678390 or 9052631. OLE color: 9052631.
HSL color Cylindrical-coordinate representation of color #D7218A: hue angle of 325.38º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7218A is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 138 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.16 |
| HSL | 325.38º | 0.73% | 0.49% | - |
| HSV(B) | 325.38º | 0.85% | 0.84% | - |
| XYZ | 33.16 | 17.37 | 25.65 | - |
| YUV | 99.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 138 | 0 | 0.85 | 0.36 | 0.16 | 325.38 | 0.73 | 0.49 |
| Hex | D7 | 21 | 8A | 0 | 55 | 24 | 10 | 145 | 49 | 31 |
| Octal | 327 | 41 | 212 | 0 | 125 | 44 | 20 | 505 | 111 | 61 |
| Binary | 11010111 | 100001 | 10001010 | 0 | 1010101 | 100100 | 10000 | 101000101 | 1001001 | 110001 |
Color Harmonies of #D7218A
Complementary color
Monochromatic Colors of #D7218A
Black with #D7218A
Text Example
Text Example
White with #D7218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7218A; }
p { color: rgb(215,33,138); }
H1.HeaderClassName
{
color: #D7218A;
}
.AnyTagClassName
{
color: #D7218A;
}
</style>
background-color css
<style>
a { background-color: #D7218A; }
a { background-color: rgb(215,33,138); }
div.DivClassName
{
background-color: #D7218A;
}
.BgClassName
{
background-color: #D7218A;
}
</style>
border-color css
<style>
span { border-color: #D7218A; }
span { border-color: rgb(215,33,138); }
td.TdClassName
{
border-color: #D7218A;
}
.TagClassName
{
border-color: #D7218A;
}
</style>