Shades of Cerise #D2216F
Tints of Cerise #D2216F
RGB
CMYK
RGB Variations
Color information
#D2216F (or 0xD2216F) is known color: Cerise. HEX triplet: D2, 21 and 6F. RGB value is (210,33,111). Sum of RGB (Red+Green+Blue) = 210+33+111=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2216F is #2DDE90. Grayscale: #5E5E5E. Windows color (decimal): -3006097 or 7283154. OLE color: 7283154.
HSL color Cylindrical-coordinate representation of color #D2216F: hue angle of 333.56º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2216F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 111 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.18 |
| HSL | 333.56º | 0.73% | 0.48% | - |
| HSV(B) | 333.56º | 0.84% | 0.82% | - |
| XYZ | 29.99 | 15.94 | 16.53 | - |
| YUV | 94.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 111 | 0 | 0.84 | 0.47 | 0.18 | 333.56 | 0.73 | 0.48 |
| Hex | D2 | 21 | 6F | 0 | 54 | 2F | 12 | 14E | 49 | 30 |
| Octal | 322 | 41 | 157 | 0 | 124 | 57 | 22 | 516 | 111 | 60 |
| Binary | 11010010 | 100001 | 1101111 | 0 | 1010100 | 101111 | 10010 | 101001110 | 1001001 | 110000 |
Color Harmonies of #D2216F
Complementary color
Monochromatic Colors of #D2216F
Black with #D2216F
Text Example
Text Example
White with #D2216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2216F; }
p { color: rgb(210,33,111); }
H1.HeaderClassName
{
color: #D2216F;
}
.AnyTagClassName
{
color: #D2216F;
}
</style>
background-color css
<style>
a { background-color: #D2216F; }
a { background-color: rgb(210,33,111); }
div.DivClassName
{
background-color: #D2216F;
}
.BgClassName
{
background-color: #D2216F;
}
</style>
border-color css
<style>
span { border-color: #D2216F; }
span { border-color: rgb(210,33,111); }
td.TdClassName
{
border-color: #D2216F;
}
.TagClassName
{
border-color: #D2216F;
}
</style>