Shades of Cerise #D32865
Tints of Cerise #D32865
RGB
CMYK
RGB Variations
Color information
#D32865 (or 0xD32865) is known color: Cerise. HEX triplet: D3, 28 and 65. RGB value is (211,40,101). Sum of RGB (Red+Green+Blue) = 211+40+101=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D32865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32865 is #2CD79A. Grayscale: #626262. Windows color (decimal): -2938779 or 6629587. OLE color: 6629587.
HSL color Cylindrical-coordinate representation of color #D32865: hue angle of 338.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32865 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 101 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.17 |
| HSL | 338.6º | 0.68% | 0.49% | - |
| HSV(B) | 338.6º | 0.81% | 0.83% | - |
| XYZ | 29.97 | 16.31 | 13.88 | - |
| YUV | 98.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 101 | 0 | 0.81 | 0.52 | 0.17 | 338.6 | 0.68 | 0.49 |
| Hex | D3 | 28 | 65 | 0 | 51 | 34 | 11 | 153 | 44 | 31 |
| Octal | 323 | 50 | 145 | 0 | 121 | 64 | 21 | 523 | 104 | 61 |
| Binary | 11010011 | 101000 | 1100101 | 0 | 1010001 | 110100 | 10001 | 101010011 | 1000100 | 110001 |
Color Harmonies of #D32865
Complementary color
Monochromatic Colors of #D32865
Black with #D32865
Text Example
Text Example
White with #D32865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32865; }
p { color: rgb(211,40,101); }
H1.HeaderClassName
{
color: #D32865;
}
.AnyTagClassName
{
color: #D32865;
}
</style>
background-color css
<style>
a { background-color: #D32865; }
a { background-color: rgb(211,40,101); }
div.DivClassName
{
background-color: #D32865;
}
.BgClassName
{
background-color: #D32865;
}
</style>
border-color css
<style>
span { border-color: #D32865; }
span { border-color: rgb(211,40,101); }
td.TdClassName
{
border-color: #D32865;
}
.TagClassName
{
border-color: #D32865;
}
</style>