Shades of Deep Cerise #D33A86
Tints of Deep Cerise #D33A86
RGB
CMYK
RGB Variations
Color information
#D33A86 (or 0xD33A86) is known color: Deep Cerise. HEX triplet: D3, 3A and 86. RGB value is (211,58,134). Sum of RGB (Red+Green+Blue) = 211+58+134=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A86 is #2CC579. Grayscale: #707070. Windows color (decimal): -2934138 or 8796883. OLE color: 8796883.
HSL color Cylindrical-coordinate representation of color #D33A86: hue angle of 330.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A86 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 134 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.17 |
| HSL | 330.2º | 0.63% | 0.53% | - |
| HSV(B) | 330.2º | 0.73% | 0.83% | - |
| XYZ | 32.68 | 18.6 | 24.42 | - |
| YUV | 112.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 134 | 0 | 0.73 | 0.36 | 0.17 | 330.2 | 0.63 | 0.53 |
| Hex | D3 | 3A | 86 | 0 | 49 | 24 | 11 | 14A | 3F | 35 |
| Octal | 323 | 72 | 206 | 0 | 111 | 44 | 21 | 512 | 77 | 65 |
| Binary | 11010011 | 111010 | 10000110 | 0 | 1001001 | 100100 | 10001 | 101001010 | 111111 | 110101 |
Color Harmonies of #D33A86
Complementary color
Monochromatic Colors of #D33A86
Black with #D33A86
Text Example
Text Example
White with #D33A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A86; }
p { color: rgb(211,58,134); }
H1.HeaderClassName
{
color: #D33A86;
}
.AnyTagClassName
{
color: #D33A86;
}
</style>
background-color css
<style>
a { background-color: #D33A86; }
a { background-color: rgb(211,58,134); }
div.DivClassName
{
background-color: #D33A86;
}
.BgClassName
{
background-color: #D33A86;
}
</style>
border-color css
<style>
span { border-color: #D33A86; }
span { border-color: rgb(211,58,134); }
td.TdClassName
{
border-color: #D33A86;
}
.TagClassName
{
border-color: #D33A86;
}
</style>