Shades of Deep Cerise #D33497
Tints of Deep Cerise #D33497
RGB
CMYK
RGB Variations
Color information
#D33497 (or 0xD33497) is known color: Deep Cerise. HEX triplet: D3, 34 and 97. RGB value is (211,52,151). Sum of RGB (Red+Green+Blue) = 211+52+151=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D33497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33497 is #2CCB68. Grayscale: #6E6E6E. Windows color (decimal): -2935657 or 9909459. OLE color: 9909459.
HSL color Cylindrical-coordinate representation of color #D33497: hue angle of 322.64º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33497 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 151 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.17 |
| HSL | 322.64º | 0.64% | 0.52% | - |
| HSV(B) | 322.64º | 0.75% | 0.83% | - |
| XYZ | 33.68 | 18.54 | 31.08 | - |
| YUV | 110.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 151 | 0 | 0.75 | 0.28 | 0.17 | 322.64 | 0.64 | 0.52 |
| Hex | D3 | 34 | 97 | 0 | 4B | 1C | 11 | 143 | 40 | 34 |
| Octal | 323 | 64 | 227 | 0 | 113 | 34 | 21 | 503 | 100 | 64 |
| Binary | 11010011 | 110100 | 10010111 | 0 | 1001011 | 11100 | 10001 | 101000011 | 1000000 | 110100 |
Color Harmonies of #D33497
Complementary color
Monochromatic Colors of #D33497
Black with #D33497
Text Example
Text Example
White with #D33497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33497; }
p { color: rgb(211,52,151); }
H1.HeaderClassName
{
color: #D33497;
}
.AnyTagClassName
{
color: #D33497;
}
</style>
background-color css
<style>
a { background-color: #D33497; }
a { background-color: rgb(211,52,151); }
div.DivClassName
{
background-color: #D33497;
}
.BgClassName
{
background-color: #D33497;
}
</style>
border-color css
<style>
span { border-color: #D33497; }
span { border-color: rgb(211,52,151); }
td.TdClassName
{
border-color: #D33497;
}
.TagClassName
{
border-color: #D33497;
}
</style>