Shades of Cerise #D33061
Tints of Cerise #D33061
RGB
CMYK
RGB Variations
Color information
#D33061 (or 0xD33061) is known color: Cerise. HEX triplet: D3, 30 and 61. RGB value is (211,48,97). Sum of RGB (Red+Green+Blue) = 211+48+97=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D33061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33061 is #2CCF9E. Grayscale: #666666. Windows color (decimal): -2936735 or 6369491. OLE color: 6369491.
HSL color Cylindrical-coordinate representation of color #D33061: hue angle of 341.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33061 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 97 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.17 |
| HSL | 341.96º | 0.65% | 0.51% | - |
| HSV(B) | 341.96º | 0.77% | 0.83% | - |
| XYZ | 30.08 | 16.83 | 12.97 | - |
| YUV | 102.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 97 | 0 | 0.77 | 0.54 | 0.17 | 341.96 | 0.65 | 0.51 |
| Hex | D3 | 30 | 61 | 0 | 4D | 36 | 11 | 156 | 41 | 33 |
| Octal | 323 | 60 | 141 | 0 | 115 | 66 | 21 | 526 | 101 | 63 |
| Binary | 11010011 | 110000 | 1100001 | 0 | 1001101 | 110110 | 10001 | 101010110 | 1000001 | 110011 |
Color Harmonies of #D33061
Complementary color
Monochromatic Colors of #D33061
Black with #D33061
Text Example
Text Example
White with #D33061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33061; }
p { color: rgb(211,48,97); }
H1.HeaderClassName
{
color: #D33061;
}
.AnyTagClassName
{
color: #D33061;
}
</style>
background-color css
<style>
a { background-color: #D33061; }
a { background-color: rgb(211,48,97); }
div.DivClassName
{
background-color: #D33061;
}
.BgClassName
{
background-color: #D33061;
}
</style>
border-color css
<style>
span { border-color: #D33061; }
span { border-color: rgb(211,48,97); }
td.TdClassName
{
border-color: #D33061;
}
.TagClassName
{
border-color: #D33061;
}
</style>