Shades of Deep Cerise #D33385
Tints of Deep Cerise #D33385
RGB
CMYK
RGB Variations
Color information
#D33385 (or 0xD33385) is known color: Deep Cerise. HEX triplet: D3, 33 and 85. RGB value is (211,51,133). Sum of RGB (Red+Green+Blue) = 211+51+133=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D33385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33385 is #2CCC7A. Grayscale: #6C6C6C. Windows color (decimal): -2935931 or 8729555. OLE color: 8729555.
HSL color Cylindrical-coordinate representation of color #D33385: hue angle of 329.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33385 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 133 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.17 |
| HSL | 329.25º | 0.65% | 0.51% | - |
| HSV(B) | 329.25º | 0.76% | 0.83% | - |
| XYZ | 32.28 | 17.91 | 23.95 | - |
| YUV | 108.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 133 | 0 | 0.76 | 0.37 | 0.17 | 329.25 | 0.65 | 0.51 |
| Hex | D3 | 33 | 85 | 0 | 4C | 25 | 11 | 149 | 41 | 33 |
| Octal | 323 | 63 | 205 | 0 | 114 | 45 | 21 | 511 | 101 | 63 |
| Binary | 11010011 | 110011 | 10000101 | 0 | 1001100 | 100101 | 10001 | 101001001 | 1000001 | 110011 |
Color Harmonies of #D33385
Complementary color
Monochromatic Colors of #D33385
Black with #D33385
Text Example
Text Example
White with #D33385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33385; }
p { color: rgb(211,51,133); }
H1.HeaderClassName
{
color: #D33385;
}
.AnyTagClassName
{
color: #D33385;
}
</style>
background-color css
<style>
a { background-color: #D33385; }
a { background-color: rgb(211,51,133); }
div.DivClassName
{
background-color: #D33385;
}
.BgClassName
{
background-color: #D33385;
}
</style>
border-color css
<style>
span { border-color: #D33385; }
span { border-color: rgb(211,51,133); }
td.TdClassName
{
border-color: #D33385;
}
.TagClassName
{
border-color: #D33385;
}
</style>