Shades of Deep Cerise #D6218B
Tints of Deep Cerise #D6218B
RGB
CMYK
RGB Variations
Color information
#D6218B (or 0xD6218B) is known color: Deep Cerise. HEX triplet: D6, 21 and 8B. RGB value is (214,33,139). Sum of RGB (Red+Green+Blue) = 214+33+139=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6218B is #29DE74. Grayscale: #626262. Windows color (decimal): -2743925 or 9118166. OLE color: 9118166.
HSL color Cylindrical-coordinate representation of color #D6218B: hue angle of 324.86º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6218B is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 139 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.16 |
| HSL | 324.86º | 0.73% | 0.48% | - |
| HSV(B) | 324.86º | 0.85% | 0.84% | - |
| XYZ | 32.94 | 17.25 | 26.02 | - |
| YUV | 99.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 139 | 0 | 0.85 | 0.35 | 0.16 | 324.86 | 0.73 | 0.48 |
| Hex | D6 | 21 | 8B | 0 | 55 | 23 | 10 | 145 | 49 | 30 |
| Octal | 326 | 41 | 213 | 0 | 125 | 43 | 20 | 505 | 111 | 60 |
| Binary | 11010110 | 100001 | 10001011 | 0 | 1010101 | 100011 | 10000 | 101000101 | 1001001 | 110000 |
Color Harmonies of #D6218B
Complementary color
Monochromatic Colors of #D6218B
Black with #D6218B
Text Example
Text Example
White with #D6218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6218B; }
p { color: rgb(214,33,139); }
H1.HeaderClassName
{
color: #D6218B;
}
.AnyTagClassName
{
color: #D6218B;
}
</style>
background-color css
<style>
a { background-color: #D6218B; }
a { background-color: rgb(214,33,139); }
div.DivClassName
{
background-color: #D6218B;
}
.BgClassName
{
background-color: #D6218B;
}
</style>
border-color css
<style>
span { border-color: #D6218B; }
span { border-color: rgb(214,33,139); }
td.TdClassName
{
border-color: #D6218B;
}
.TagClassName
{
border-color: #D6218B;
}
</style>