Shades of Deep Cerise #D33D86
Tints of Deep Cerise #D33D86
RGB
CMYK
RGB Variations
Color information
#D33D86 (or 0xD33D86) is known color: Deep Cerise. HEX triplet: D3, 3D and 86. RGB value is (211,61,134). Sum of RGB (Red+Green+Blue) = 211+61+134=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33D86 is #2CC279. Grayscale: #727272. Windows color (decimal): -2933370 or 8797651. OLE color: 8797651.
HSL color Cylindrical-coordinate representation of color #D33D86: hue angle of 330.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D86 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 134 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.17 |
| HSL | 330.8º | 0.63% | 0.53% | - |
| HSV(B) | 330.8º | 0.71% | 0.83% | - |
| XYZ | 32.84 | 18.91 | 24.47 | - |
| YUV | 114.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 134 | 0 | 0.71 | 0.36 | 0.17 | 330.8 | 0.63 | 0.53 |
| Hex | D3 | 3D | 86 | 0 | 47 | 24 | 11 | 14B | 3F | 35 |
| Octal | 323 | 75 | 206 | 0 | 107 | 44 | 21 | 513 | 77 | 65 |
| Binary | 11010011 | 111101 | 10000110 | 0 | 1000111 | 100100 | 10001 | 101001011 | 111111 | 110101 |
Color Harmonies of #D33D86
Complementary color
Monochromatic Colors of #D33D86
Black with #D33D86
Text Example
Text Example
White with #D33D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D86; }
p { color: rgb(211,61,134); }
H1.HeaderClassName
{
color: #D33D86;
}
.AnyTagClassName
{
color: #D33D86;
}
</style>
background-color css
<style>
a { background-color: #D33D86; }
a { background-color: rgb(211,61,134); }
div.DivClassName
{
background-color: #D33D86;
}
.BgClassName
{
background-color: #D33D86;
}
</style>
border-color css
<style>
span { border-color: #D33D86; }
span { border-color: rgb(211,61,134); }
td.TdClassName
{
border-color: #D33D86;
}
.TagClassName
{
border-color: #D33D86;
}
</style>