Shades of Deep Cerise #DD319C
Tints of Deep Cerise #DD319C
RGB
CMYK
RGB Variations
Color information
#DD319C (or 0xDD319C) is known color: Deep Cerise. HEX triplet: DD, 31 and 9C. RGB value is (221,49,156). Sum of RGB (Red+Green+Blue) = 221+49+156=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD319C is #22CE63. Grayscale: #707070. Windows color (decimal): -2281060 or 10236381. OLE color: 10236381.
HSL color Cylindrical-coordinate representation of color #DD319C: hue angle of 322.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD319C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 156 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.13 |
| HSL | 322.67º | 0.72% | 0.53% | - |
| HSV(B) | 322.67º | 0.78% | 0.87% | - |
| XYZ | 36.92 | 19.97 | 33.36 | - |
| YUV | 112.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 156 | 0 | 0.78 | 0.29 | 0.13 | 322.67 | 0.72 | 0.53 |
| Hex | DD | 31 | 9C | 0 | 4E | 1D | D | 143 | 48 | 35 |
| Octal | 335 | 61 | 234 | 0 | 116 | 35 | 15 | 503 | 110 | 65 |
| Binary | 11011101 | 110001 | 10011100 | 0 | 1001110 | 11101 | 1101 | 101000011 | 1001000 | 110101 |
Color Harmonies of #DD319C
Complementary color
Monochromatic Colors of #DD319C
Black with #DD319C
Text Example
Text Example
White with #DD319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD319C; }
p { color: rgb(221,49,156); }
H1.HeaderClassName
{
color: #DD319C;
}
.AnyTagClassName
{
color: #DD319C;
}
</style>
background-color css
<style>
a { background-color: #DD319C; }
a { background-color: rgb(221,49,156); }
div.DivClassName
{
background-color: #DD319C;
}
.BgClassName
{
background-color: #DD319C;
}
</style>
border-color css
<style>
span { border-color: #DD319C; }
span { border-color: rgb(221,49,156); }
td.TdClassName
{
border-color: #DD319C;
}
.TagClassName
{
border-color: #DD319C;
}
</style>