Shades of Cerise #D32365
Tints of Cerise #D32365
RGB
CMYK
RGB Variations
Color information
#D32365 (or 0xD32365) is known color: Cerise. HEX triplet: D3, 23 and 65. RGB value is (211,35,101). Sum of RGB (Red+Green+Blue) = 211+35+101=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D32365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32365 is #2CDC9A. Grayscale: #5F5F5F. Windows color (decimal): -2940059 or 6628307. OLE color: 6628307.
HSL color Cylindrical-coordinate representation of color #D32365: hue angle of 337.5º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32365 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 101 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.17 |
| HSL | 337.5º | 0.72% | 0.48% | - |
| HSV(B) | 337.5º | 0.83% | 0.83% | - |
| XYZ | 29.81 | 15.99 | 13.83 | - |
| YUV | 95.15 | 131.31 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 101 | 0 | 0.83 | 0.52 | 0.17 | 337.5 | 0.72 | 0.48 |
| Hex | D3 | 23 | 65 | 0 | 53 | 34 | 11 | 152 | 48 | 30 |
| Octal | 323 | 43 | 145 | 0 | 123 | 64 | 21 | 522 | 110 | 60 |
| Binary | 11010011 | 100011 | 1100101 | 0 | 1010011 | 110100 | 10001 | 101010010 | 1001000 | 110000 |
Color Harmonies of #D32365
Complementary color
Monochromatic Colors of #D32365
Black with #D32365
Text Example
Text Example
White with #D32365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32365; }
p { color: rgb(211,35,101); }
H1.HeaderClassName
{
color: #D32365;
}
.AnyTagClassName
{
color: #D32365;
}
</style>
background-color css
<style>
a { background-color: #D32365; }
a { background-color: rgb(211,35,101); }
div.DivClassName
{
background-color: #D32365;
}
.BgClassName
{
background-color: #D32365;
}
</style>
border-color css
<style>
span { border-color: #D32365; }
span { border-color: rgb(211,35,101); }
td.TdClassName
{
border-color: #D32365;
}
.TagClassName
{
border-color: #D32365;
}
</style>