Shades of Cerise #D7225D
Tints of Cerise #D7225D
RGB
CMYK
RGB Variations
Color information
#D7225D (or 0xD7225D) is known color: Cerise. HEX triplet: D7, 22 and 5D. RGB value is (215,34,93). Sum of RGB (Red+Green+Blue) = 215+34+93=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7225D is #28DDA2. Grayscale: #5E5E5E. Windows color (decimal): -2678179 or 6103767. OLE color: 6103767.
HSL color Cylindrical-coordinate representation of color #D7225D: hue angle of 340.44º 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 #D7225D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 93 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.16 |
| HSL | 340.44º | 0.73% | 0.49% | - |
| HSV(B) | 340.44º | 0.84% | 0.84% | - |
| XYZ | 30.57 | 16.38 | 11.91 | - |
| YUV | 94.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 93 | 0 | 0.84 | 0.57 | 0.16 | 340.44 | 0.73 | 0.49 |
| Hex | D7 | 22 | 5D | 0 | 54 | 39 | 10 | 154 | 49 | 31 |
| Octal | 327 | 42 | 135 | 0 | 124 | 71 | 20 | 524 | 111 | 61 |
| Binary | 11010111 | 100010 | 1011101 | 0 | 1010100 | 111001 | 10000 | 101010100 | 1001001 | 110001 |
Color Harmonies of #D7225D
Complementary color
Monochromatic Colors of #D7225D
Black with #D7225D
Text Example
Text Example
White with #D7225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7225D; }
p { color: rgb(215,34,93); }
H1.HeaderClassName
{
color: #D7225D;
}
.AnyTagClassName
{
color: #D7225D;
}
</style>
background-color css
<style>
a { background-color: #D7225D; }
a { background-color: rgb(215,34,93); }
div.DivClassName
{
background-color: #D7225D;
}
.BgClassName
{
background-color: #D7225D;
}
</style>
border-color css
<style>
span { border-color: #D7225D; }
span { border-color: rgb(215,34,93); }
td.TdClassName
{
border-color: #D7225D;
}
.TagClassName
{
border-color: #D7225D;
}
</style>