Shades of Cerise #D3215B
Tints of Cerise #D3215B
RGB
CMYK
RGB Variations
Color information
#D3215B (or 0xD3215B) is known color: Cerise. HEX triplet: D3, 21 and 5B. RGB value is (211,33,91). Sum of RGB (Red+Green+Blue) = 211+33+91=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3215B is #2CDEA4. Grayscale: #5C5C5C. Windows color (decimal): -2940581 or 5972435. OLE color: 5972435.
HSL color Cylindrical-coordinate representation of color #D3215B: hue angle of 340.45º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3215B is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 91 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.17 |
| HSL | 340.45º | 0.73% | 0.48% | - |
| HSV(B) | 340.45º | 0.84% | 0.83% | - |
| XYZ | 29.3 | 15.69 | 11.38 | - |
| YUV | 92.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 91 | 0 | 0.84 | 0.57 | 0.17 | 340.45 | 0.73 | 0.48 |
| Hex | D3 | 21 | 5B | 0 | 54 | 39 | 11 | 154 | 49 | 30 |
| Octal | 323 | 41 | 133 | 0 | 124 | 71 | 21 | 524 | 111 | 60 |
| Binary | 11010011 | 100001 | 1011011 | 0 | 1010100 | 111001 | 10001 | 101010100 | 1001001 | 110000 |
Color Harmonies of #D3215B
Complementary color
Monochromatic Colors of #D3215B
Black with #D3215B
Text Example
Text Example
White with #D3215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3215B; }
p { color: rgb(211,33,91); }
H1.HeaderClassName
{
color: #D3215B;
}
.AnyTagClassName
{
color: #D3215B;
}
</style>
background-color css
<style>
a { background-color: #D3215B; }
a { background-color: rgb(211,33,91); }
div.DivClassName
{
background-color: #D3215B;
}
.BgClassName
{
background-color: #D3215B;
}
</style>
border-color css
<style>
span { border-color: #D3215B; }
span { border-color: rgb(211,33,91); }
td.TdClassName
{
border-color: #D3215B;
}
.TagClassName
{
border-color: #D3215B;
}
</style>