Shades of Deep Cerise #D33685
Tints of Deep Cerise #D33685
RGB
CMYK
RGB Variations
Color information
#D33685 (or 0xD33685) is known color: Deep Cerise. HEX triplet: D3, 36 and 85. RGB value is (211,54,133). Sum of RGB (Red+Green+Blue) = 211+54+133=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D33685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33685 is #2CC97A. Grayscale: #6D6D6D. Windows color (decimal): -2935163 or 8730323. OLE color: 8730323.
HSL color Cylindrical-coordinate representation of color #D33685: hue angle of 329.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33685 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 133 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.17 |
| HSL | 329.81º | 0.64% | 0.52% | - |
| HSV(B) | 329.81º | 0.74% | 0.83% | - |
| XYZ | 32.42 | 18.18 | 23.99 | - |
| YUV | 109.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 133 | 0 | 0.74 | 0.37 | 0.17 | 329.81 | 0.64 | 0.52 |
| Hex | D3 | 36 | 85 | 0 | 4A | 25 | 11 | 14A | 40 | 34 |
| Octal | 323 | 66 | 205 | 0 | 112 | 45 | 21 | 512 | 100 | 64 |
| Binary | 11010011 | 110110 | 10000101 | 0 | 1001010 | 100101 | 10001 | 101001010 | 1000000 | 110100 |
Color Harmonies of #D33685
Complementary color
Monochromatic Colors of #D33685
Black with #D33685
Text Example
Text Example
White with #D33685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33685; }
p { color: rgb(211,54,133); }
H1.HeaderClassName
{
color: #D33685;
}
.AnyTagClassName
{
color: #D33685;
}
</style>
background-color css
<style>
a { background-color: #D33685; }
a { background-color: rgb(211,54,133); }
div.DivClassName
{
background-color: #D33685;
}
.BgClassName
{
background-color: #D33685;
}
</style>
border-color css
<style>
span { border-color: #D33685; }
span { border-color: rgb(211,54,133); }
td.TdClassName
{
border-color: #D33685;
}
.TagClassName
{
border-color: #D33685;
}
</style>