Shades of Deep Cerise #D33E93
Tints of Deep Cerise #D33E93
RGB
CMYK
RGB Variations
Color information
#D33E93 (or 0xD33E93) is known color: Deep Cerise. HEX triplet: D3, 3E and 93. RGB value is (211,62,147). Sum of RGB (Red+Green+Blue) = 211+62+147=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33E93 is #2CC16C. Grayscale: #747474. Windows color (decimal): -2933101 or 9649875. OLE color: 9649875.
HSL color Cylindrical-coordinate representation of color #D33E93: hue angle of 325.77º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33E93 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 147 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.17 |
| HSL | 325.77º | 0.63% | 0.54% | - |
| HSV(B) | 325.77º | 0.71% | 0.83% | - |
| XYZ | 33.85 | 19.4 | 29.56 | - |
| YUV | 116.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 147 | 0 | 0.71 | 0.30 | 0.17 | 325.77 | 0.63 | 0.54 |
| Hex | D3 | 3E | 93 | 0 | 47 | 1E | 11 | 146 | 3F | 36 |
| Octal | 323 | 76 | 223 | 0 | 107 | 36 | 21 | 506 | 77 | 66 |
| Binary | 11010011 | 111110 | 10010011 | 0 | 1000111 | 11110 | 10001 | 101000110 | 111111 | 110110 |
Color Harmonies of #D33E93
Complementary color
Monochromatic Colors of #D33E93
Black with #D33E93
Text Example
Text Example
White with #D33E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E93; }
p { color: rgb(211,62,147); }
H1.HeaderClassName
{
color: #D33E93;
}
.AnyTagClassName
{
color: #D33E93;
}
</style>
background-color css
<style>
a { background-color: #D33E93; }
a { background-color: rgb(211,62,147); }
div.DivClassName
{
background-color: #D33E93;
}
.BgClassName
{
background-color: #D33E93;
}
</style>
border-color css
<style>
span { border-color: #D33E93; }
span { border-color: rgb(211,62,147); }
td.TdClassName
{
border-color: #D33E93;
}
.TagClassName
{
border-color: #D33E93;
}
</style>