Shades of Cerise #D7226B
Tints of Cerise #D7226B
RGB
CMYK
RGB Variations
Color information
#D7226B (or 0xD7226B) is known color: Cerise. HEX triplet: D7, 22 and 6B. RGB value is (215,34,107). Sum of RGB (Red+Green+Blue) = 215+34+107=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7226B is #28DD94. Grayscale: #606060. Windows color (decimal): -2678165 or 7021271. OLE color: 7021271.
HSL color Cylindrical-coordinate representation of color #D7226B: hue angle of 335.8º 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 #D7226B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 107 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.16 |
| HSL | 335.8º | 0.73% | 0.49% | - |
| HSV(B) | 335.8º | 0.84% | 0.84% | - |
| XYZ | 31.25 | 16.65 | 15.48 | - |
| YUV | 96.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 107 | 0 | 0.84 | 0.50 | 0.16 | 335.8 | 0.73 | 0.49 |
| Hex | D7 | 22 | 6B | 0 | 54 | 32 | 10 | 150 | 49 | 31 |
| Octal | 327 | 42 | 153 | 0 | 124 | 62 | 20 | 520 | 111 | 61 |
| Binary | 11010111 | 100010 | 1101011 | 0 | 1010100 | 110010 | 10000 | 101010000 | 1001001 | 110001 |
Color Harmonies of #D7226B
Complementary color
Monochromatic Colors of #D7226B
Black with #D7226B
Text Example
Text Example
White with #D7226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7226B; }
p { color: rgb(215,34,107); }
H1.HeaderClassName
{
color: #D7226B;
}
.AnyTagClassName
{
color: #D7226B;
}
</style>
background-color css
<style>
a { background-color: #D7226B; }
a { background-color: rgb(215,34,107); }
div.DivClassName
{
background-color: #D7226B;
}
.BgClassName
{
background-color: #D7226B;
}
</style>
border-color css
<style>
span { border-color: #D7226B; }
span { border-color: rgb(215,34,107); }
td.TdClassName
{
border-color: #D7226B;
}
.TagClassName
{
border-color: #D7226B;
}
</style>