Shades of Deep Cerise #D33775
Tints of Deep Cerise #D33775
RGB
CMYK
RGB Variations
Color information
#D33775 (or 0xD33775) is known color: Deep Cerise. HEX triplet: D3, 37 and 75. RGB value is (211,55,117). Sum of RGB (Red+Green+Blue) = 211+55+117=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D33775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33775 is #2CC88A. Grayscale: #6C6C6C. Windows color (decimal): -2934923 or 7682003. OLE color: 7682003.
HSL color Cylindrical-coordinate representation of color #D33775: hue angle of 336.15º 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 #D33775 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 117 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.17 |
| HSL | 336.15º | 0.64% | 0.52% | - |
| HSV(B) | 336.15º | 0.74% | 0.83% | - |
| XYZ | 31.44 | 17.87 | 18.62 | - |
| YUV | 108.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 117 | 0 | 0.74 | 0.45 | 0.17 | 336.15 | 0.64 | 0.52 |
| Hex | D3 | 37 | 75 | 0 | 4A | 2D | 11 | 150 | 40 | 34 |
| Octal | 323 | 67 | 165 | 0 | 112 | 55 | 21 | 520 | 100 | 64 |
| Binary | 11010011 | 110111 | 1110101 | 0 | 1001010 | 101101 | 10001 | 101010000 | 1000000 | 110100 |
Color Harmonies of #D33775
Complementary color
Monochromatic Colors of #D33775
Black with #D33775
Text Example
Text Example
White with #D33775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33775; }
p { color: rgb(211,55,117); }
H1.HeaderClassName
{
color: #D33775;
}
.AnyTagClassName
{
color: #D33775;
}
</style>
background-color css
<style>
a { background-color: #D33775; }
a { background-color: rgb(211,55,117); }
div.DivClassName
{
background-color: #D33775;
}
.BgClassName
{
background-color: #D33775;
}
</style>
border-color css
<style>
span { border-color: #D33775; }
span { border-color: rgb(211,55,117); }
td.TdClassName
{
border-color: #D33775;
}
.TagClassName
{
border-color: #D33775;
}
</style>