Shades of Deep Cerise #D33782
Tints of Deep Cerise #D33782
RGB
CMYK
RGB Variations
Color information
#D33782 (or 0xD33782) is known color: Deep Cerise. HEX triplet: D3, 37 and 82. RGB value is (211,55,130). Sum of RGB (Red+Green+Blue) = 211+55+130=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D33782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33782 is #2CC87D. Grayscale: #6E6E6E. Windows color (decimal): -2934910 or 8533971. OLE color: 8533971.
HSL color Cylindrical-coordinate representation of color #D33782: hue angle of 331.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 #D33782 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 130 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.17 |
| HSL | 331.15º | 0.64% | 0.52% | - |
| HSV(B) | 331.15º | 0.74% | 0.83% | - |
| XYZ | 32.26 | 18.19 | 22.93 | - |
| YUV | 110.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 130 | 0 | 0.74 | 0.38 | 0.17 | 331.15 | 0.64 | 0.52 |
| Hex | D3 | 37 | 82 | 0 | 4A | 26 | 11 | 14B | 40 | 34 |
| Octal | 323 | 67 | 202 | 0 | 112 | 46 | 21 | 513 | 100 | 64 |
| Binary | 11010011 | 110111 | 10000010 | 0 | 1001010 | 100110 | 10001 | 101001011 | 1000000 | 110100 |
Color Harmonies of #D33782
Complementary color
Monochromatic Colors of #D33782
Black with #D33782
Text Example
Text Example
White with #D33782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33782; }
p { color: rgb(211,55,130); }
H1.HeaderClassName
{
color: #D33782;
}
.AnyTagClassName
{
color: #D33782;
}
</style>
background-color css
<style>
a { background-color: #D33782; }
a { background-color: rgb(211,55,130); }
div.DivClassName
{
background-color: #D33782;
}
.BgClassName
{
background-color: #D33782;
}
</style>
border-color css
<style>
span { border-color: #D33782; }
span { border-color: rgb(211,55,130); }
td.TdClassName
{
border-color: #D33782;
}
.TagClassName
{
border-color: #D33782;
}
</style>