Shades of Cerise #D7225B
Tints of Cerise #D7225B
RGB
CMYK
RGB Variations
Color information
#D7225B (or 0xD7225B) is known color: Cerise. HEX triplet: D7, 22 and 5B. RGB value is (215,34,91). Sum of RGB (Red+Green+Blue) = 215+34+91=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7225B is #28DDA4. Grayscale: #5E5E5E. Windows color (decimal): -2678181 or 5972695. OLE color: 5972695.
HSL color Cylindrical-coordinate representation of color #D7225B: hue angle of 341.1º 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 #D7225B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 91 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.16 |
| HSL | 341.11º | 0.73% | 0.49% | - |
| HSV(B) | 341.11º | 0.84% | 0.84% | - |
| XYZ | 30.48 | 16.35 | 11.45 | - |
| YUV | 94.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 91 | 0 | 0.84 | 0.58 | 0.16 | 341.11 | 0.73 | 0.49 |
| Hex | D7 | 22 | 5B | 0 | 54 | 3A | 10 | 155 | 49 | 31 |
| Octal | 327 | 42 | 133 | 0 | 124 | 72 | 20 | 525 | 111 | 61 |
| Binary | 11010111 | 100010 | 1011011 | 0 | 1010100 | 111010 | 10000 | 101010101 | 1001001 | 110001 |
Color Harmonies of #D7225B
Complementary color
Monochromatic Colors of #D7225B
Black with #D7225B
Text Example
Text Example
White with #D7225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7225B; }
p { color: rgb(215,34,91); }
H1.HeaderClassName
{
color: #D7225B;
}
.AnyTagClassName
{
color: #D7225B;
}
</style>
background-color css
<style>
a { background-color: #D7225B; }
a { background-color: rgb(215,34,91); }
div.DivClassName
{
background-color: #D7225B;
}
.BgClassName
{
background-color: #D7225B;
}
</style>
border-color css
<style>
span { border-color: #D7225B; }
span { border-color: rgb(215,34,91); }
td.TdClassName
{
border-color: #D7225B;
}
.TagClassName
{
border-color: #D7225B;
}
</style>