Shades of Cerise #D32463
Tints of Cerise #D32463
RGB
CMYK
RGB Variations
Color information
#D32463 (or 0xD32463) is known color: Cerise. HEX triplet: D3, 24 and 63. RGB value is (211,36,99). Sum of RGB (Red+Green+Blue) = 211+36+99=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D32463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32463 is #2CDB9C. Grayscale: #5F5F5F. Windows color (decimal): -2939805 or 6497491. OLE color: 6497491.
HSL color Cylindrical-coordinate representation of color #D32463: hue angle of 338.4º degrees, saturation: 0.71, 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 #D32463 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 99 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.17 |
| HSL | 338.4º | 0.71% | 0.48% | - |
| HSV(B) | 338.4º | 0.83% | 0.83% | - |
| XYZ | 29.75 | 16.01 | 13.33 | - |
| YUV | 95.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 99 | 0 | 0.83 | 0.53 | 0.17 | 338.4 | 0.71 | 0.48 |
| Hex | D3 | 24 | 63 | 0 | 53 | 35 | 11 | 152 | 47 | 30 |
| Octal | 323 | 44 | 143 | 0 | 123 | 65 | 21 | 522 | 107 | 60 |
| Binary | 11010011 | 100100 | 1100011 | 0 | 1010011 | 110101 | 10001 | 101010010 | 1000111 | 110000 |
Color Harmonies of #D32463
Complementary color
Monochromatic Colors of #D32463
Black with #D32463
Text Example
Text Example
White with #D32463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32463; }
p { color: rgb(211,36,99); }
H1.HeaderClassName
{
color: #D32463;
}
.AnyTagClassName
{
color: #D32463;
}
</style>
background-color css
<style>
a { background-color: #D32463; }
a { background-color: rgb(211,36,99); }
div.DivClassName
{
background-color: #D32463;
}
.BgClassName
{
background-color: #D32463;
}
</style>
border-color css
<style>
span { border-color: #D32463; }
span { border-color: rgb(211,36,99); }
td.TdClassName
{
border-color: #D32463;
}
.TagClassName
{
border-color: #D32463;
}
</style>