Shades of Cerise #D3225F
Tints of Cerise #D3225F
RGB
CMYK
RGB Variations
Color information
#D3225F (or 0xD3225F) is known color: Cerise. HEX triplet: D3, 22 and 5F. RGB value is (211,34,95). Sum of RGB (Red+Green+Blue) = 211+34+95=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3225F is #2CDDA0. Grayscale: #5D5D5D. Windows color (decimal): -2940321 or 6234835. OLE color: 6234835.
HSL color Cylindrical-coordinate representation of color #D3225F: hue angle of 339.32º degrees, saturation: 0.72, 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 #D3225F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 95 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.17 |
| HSL | 339.32º | 0.72% | 0.48% | - |
| HSV(B) | 339.32º | 0.84% | 0.83% | - |
| XYZ | 29.5 | 15.82 | 12.32 | - |
| YUV | 93.88 | 128.64 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 95 | 0 | 0.84 | 0.55 | 0.17 | 339.32 | 0.72 | 0.48 |
| Hex | D3 | 22 | 5F | 0 | 54 | 37 | 11 | 153 | 48 | 30 |
| Octal | 323 | 42 | 137 | 0 | 124 | 67 | 21 | 523 | 110 | 60 |
| Binary | 11010011 | 100010 | 1011111 | 0 | 1010100 | 110111 | 10001 | 101010011 | 1001000 | 110000 |
Color Harmonies of #D3225F
Complementary color
Monochromatic Colors of #D3225F
Black with #D3225F
Text Example
Text Example
White with #D3225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3225F; }
p { color: rgb(211,34,95); }
H1.HeaderClassName
{
color: #D3225F;
}
.AnyTagClassName
{
color: #D3225F;
}
</style>
background-color css
<style>
a { background-color: #D3225F; }
a { background-color: rgb(211,34,95); }
div.DivClassName
{
background-color: #D3225F;
}
.BgClassName
{
background-color: #D3225F;
}
</style>
border-color css
<style>
span { border-color: #D3225F; }
span { border-color: rgb(211,34,95); }
td.TdClassName
{
border-color: #D3225F;
}
.TagClassName
{
border-color: #D3225F;
}
</style>