Shades of Cerise #D7255D
Tints of Cerise #D7255D
RGB
CMYK
RGB Variations
Color information
#D7255D (or 0xD7255D) is known color: Cerise. HEX triplet: D7, 25 and 5D. RGB value is (215,37,93). Sum of RGB (Red+Green+Blue) = 215+37+93=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7255D is #28DAA2. Grayscale: #606060. Windows color (decimal): -2677411 or 6104535. OLE color: 6104535.
HSL color Cylindrical-coordinate representation of color #D7255D: hue angle of 341.12º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7255D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 93 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.16 |
| HSL | 341.12º | 0.71% | 0.49% | - |
| HSV(B) | 341.12º | 0.83% | 0.84% | - |
| XYZ | 30.66 | 16.56 | 11.94 | - |
| YUV | 96.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 93 | 0 | 0.83 | 0.57 | 0.16 | 341.12 | 0.71 | 0.49 |
| Hex | D7 | 25 | 5D | 0 | 53 | 39 | 10 | 155 | 47 | 31 |
| Octal | 327 | 45 | 135 | 0 | 123 | 71 | 20 | 525 | 107 | 61 |
| Binary | 11010111 | 100101 | 1011101 | 0 | 1010011 | 111001 | 10000 | 101010101 | 1000111 | 110001 |
Color Harmonies of #D7255D
Complementary color
Monochromatic Colors of #D7255D
Black with #D7255D
Text Example
Text Example
White with #D7255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7255D; }
p { color: rgb(215,37,93); }
H1.HeaderClassName
{
color: #D7255D;
}
.AnyTagClassName
{
color: #D7255D;
}
</style>
background-color css
<style>
a { background-color: #D7255D; }
a { background-color: rgb(215,37,93); }
div.DivClassName
{
background-color: #D7255D;
}
.BgClassName
{
background-color: #D7255D;
}
</style>
border-color css
<style>
span { border-color: #D7255D; }
span { border-color: rgb(215,37,93); }
td.TdClassName
{
border-color: #D7255D;
}
.TagClassName
{
border-color: #D7255D;
}
</style>