Shades of Cerise #D7226C
Tints of Cerise #D7226C
RGB
CMYK
RGB Variations
Color information
#D7226C (or 0xD7226C) is known color: Cerise. HEX triplet: D7, 22 and 6C. RGB value is (215,34,108). Sum of RGB (Red+Green+Blue) = 215+34+108=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7226C is #28DD93. Grayscale: #606060. Windows color (decimal): -2678164 or 7086807. OLE color: 7086807.
HSL color Cylindrical-coordinate representation of color #D7226C: hue angle of 335.47º 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 #D7226C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 108 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.16 |
| HSL | 335.47º | 0.73% | 0.49% | - |
| HSV(B) | 335.47º | 0.84% | 0.84% | - |
| XYZ | 31.3 | 16.67 | 15.76 | - |
| YUV | 96.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 108 | 0 | 0.84 | 0.50 | 0.16 | 335.47 | 0.73 | 0.49 |
| Hex | D7 | 22 | 6C | 0 | 54 | 32 | 10 | 14F | 49 | 31 |
| Octal | 327 | 42 | 154 | 0 | 124 | 62 | 20 | 517 | 111 | 61 |
| Binary | 11010111 | 100010 | 1101100 | 0 | 1010100 | 110010 | 10000 | 101001111 | 1001001 | 110001 |
Color Harmonies of #D7226C
Complementary color
Monochromatic Colors of #D7226C
Black with #D7226C
Text Example
Text Example
White with #D7226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7226C; }
p { color: rgb(215,34,108); }
H1.HeaderClassName
{
color: #D7226C;
}
.AnyTagClassName
{
color: #D7226C;
}
</style>
background-color css
<style>
a { background-color: #D7226C; }
a { background-color: rgb(215,34,108); }
div.DivClassName
{
background-color: #D7226C;
}
.BgClassName
{
background-color: #D7226C;
}
</style>
border-color css
<style>
span { border-color: #D7226C; }
span { border-color: rgb(215,34,108); }
td.TdClassName
{
border-color: #D7226C;
}
.TagClassName
{
border-color: #D7226C;
}
</style>