Shades of Cerise #D7226D
Tints of Cerise #D7226D
RGB
CMYK
RGB Variations
Color information
#D7226D (or 0xD7226D) is known color: Cerise. HEX triplet: D7, 22 and 6D. RGB value is (215,34,109). Sum of RGB (Red+Green+Blue) = 215+34+109=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7226D is #28DD92. Grayscale: #606060. Windows color (decimal): -2678163 or 7152343. OLE color: 7152343.
HSL color Cylindrical-coordinate representation of color #D7226D: hue angle of 335.14º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7226D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 109 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.16 |
| HSL | 335.14º | 0.73% | 0.49% | - |
| HSV(B) | 335.14º | 0.84% | 0.84% | - |
| XYZ | 31.36 | 16.7 | 16.04 | - |
| YUV | 96.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 109 | 0 | 0.84 | 0.49 | 0.16 | 335.14 | 0.73 | 0.49 |
| Hex | D7 | 22 | 6D | 0 | 54 | 31 | 10 | 14F | 49 | 31 |
| Octal | 327 | 42 | 155 | 0 | 124 | 61 | 20 | 517 | 111 | 61 |
| Binary | 11010111 | 100010 | 1101101 | 0 | 1010100 | 110001 | 10000 | 101001111 | 1001001 | 110001 |
Color Harmonies of #D7226D
Complementary color
Monochromatic Colors of #D7226D
Black with #D7226D
Text Example
Text Example
White with #D7226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7226D; }
p { color: rgb(215,34,109); }
H1.HeaderClassName
{
color: #D7226D;
}
.AnyTagClassName
{
color: #D7226D;
}
</style>
background-color css
<style>
a { background-color: #D7226D; }
a { background-color: rgb(215,34,109); }
div.DivClassName
{
background-color: #D7226D;
}
.BgClassName
{
background-color: #D7226D;
}
</style>
border-color css
<style>
span { border-color: #D7226D; }
span { border-color: rgb(215,34,109); }
td.TdClassName
{
border-color: #D7226D;
}
.TagClassName
{
border-color: #D7226D;
}
</style>