Shades of Cerise #D2226F
Tints of Cerise #D2226F
RGB
CMYK
RGB Variations
Color information
#D2226F (or 0xD2226F) is known color: Cerise. HEX triplet: D2, 22 and 6F. RGB value is (210,34,111). Sum of RGB (Red+Green+Blue) = 210+34+111=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2226F is #2DDD90. Grayscale: #5F5F5F. Windows color (decimal): -3005841 or 7283410. OLE color: 7283410.
HSL color Cylindrical-coordinate representation of color #D2226F: hue angle of 333.75º degrees, saturation: 0.72, 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 #D2226F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 111 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.18 |
| HSL | 333.75º | 0.72% | 0.48% | - |
| HSV(B) | 333.75º | 0.84% | 0.82% | - |
| XYZ | 30.02 | 15.99 | 16.54 | - |
| YUV | 95.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 111 | 0 | 0.84 | 0.47 | 0.18 | 333.75 | 0.72 | 0.48 |
| Hex | D2 | 22 | 6F | 0 | 54 | 2F | 12 | 14E | 48 | 30 |
| Octal | 322 | 42 | 157 | 0 | 124 | 57 | 22 | 516 | 110 | 60 |
| Binary | 11010010 | 100010 | 1101111 | 0 | 1010100 | 101111 | 10010 | 101001110 | 1001000 | 110000 |
Color Harmonies of #D2226F
Complementary color
Monochromatic Colors of #D2226F
Black with #D2226F
Text Example
Text Example
White with #D2226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2226F; }
p { color: rgb(210,34,111); }
H1.HeaderClassName
{
color: #D2226F;
}
.AnyTagClassName
{
color: #D2226F;
}
</style>
background-color css
<style>
a { background-color: #D2226F; }
a { background-color: rgb(210,34,111); }
div.DivClassName
{
background-color: #D2226F;
}
.BgClassName
{
background-color: #D2226F;
}
</style>
border-color css
<style>
span { border-color: #D2226F; }
span { border-color: rgb(210,34,111); }
td.TdClassName
{
border-color: #D2226F;
}
.TagClassName
{
border-color: #D2226F;
}
</style>