Shades of Deep Cerise #DC3397
Tints of Deep Cerise #DC3397
RGB
CMYK
RGB Variations
Color information
#DC3397 (or 0xDC3397) is known color: Deep Cerise. HEX triplet: DC, 33 and 97. RGB value is (220,51,151). Sum of RGB (Red+Green+Blue) = 220+51+151=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3397 is #23CC68. Grayscale: #707070. Windows color (decimal): -2346089 or 9909212. OLE color: 9909212.
HSL color Cylindrical-coordinate representation of color #DC3397: hue angle of 324.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3397 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 151 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.14 |
| HSL | 324.5º | 0.71% | 0.53% | - |
| HSV(B) | 324.5º | 0.77% | 0.86% | - |
| XYZ | 36.28 | 19.82 | 31.19 | - |
| YUV | 112.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 151 | 0 | 0.77 | 0.31 | 0.14 | 324.5 | 0.71 | 0.53 |
| Hex | DC | 33 | 97 | 0 | 4D | 1F | E | 144 | 47 | 35 |
| Octal | 334 | 63 | 227 | 0 | 115 | 37 | 16 | 504 | 107 | 65 |
| Binary | 11011100 | 110011 | 10010111 | 0 | 1001101 | 11111 | 1110 | 101000100 | 1000111 | 110101 |
Color Harmonies of #DC3397
Complementary color
Monochromatic Colors of #DC3397
Black with #DC3397
Text Example
Text Example
White with #DC3397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3397; }
p { color: rgb(220,51,151); }
H1.HeaderClassName
{
color: #DC3397;
}
.AnyTagClassName
{
color: #DC3397;
}
</style>
background-color css
<style>
a { background-color: #DC3397; }
a { background-color: rgb(220,51,151); }
div.DivClassName
{
background-color: #DC3397;
}
.BgClassName
{
background-color: #DC3397;
}
</style>
border-color css
<style>
span { border-color: #DC3397; }
span { border-color: rgb(220,51,151); }
td.TdClassName
{
border-color: #DC3397;
}
.TagClassName
{
border-color: #DC3397;
}
</style>