Shades of Deep Cerise #DD419C
Tints of Deep Cerise #DD419C
RGB
CMYK
RGB Variations
Color information
#DD419C (or 0xDD419C) is known color: Deep Cerise. HEX triplet: DD, 41 and 9C. RGB value is (221,65,156). Sum of RGB (Red+Green+Blue) = 221+65+156=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD419C is #22BE63. Grayscale: #797979. Windows color (decimal): -2276964 or 10240477. OLE color: 10240477.
HSL color Cylindrical-coordinate representation of color #DD419C: hue angle of 325º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD419C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 156 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.13 |
| HSL | 325º | 0.7% | 0.56% | - |
| HSV(B) | 325º | 0.71% | 0.87% | - |
| XYZ | 37.71 | 21.55 | 33.63 | - |
| YUV | 122.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 156 | 0 | 0.71 | 0.29 | 0.13 | 325 | 0.7 | 0.56 |
| Hex | DD | 41 | 9C | 0 | 47 | 1D | D | 145 | 46 | 38 |
| Octal | 335 | 101 | 234 | 0 | 107 | 35 | 15 | 505 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10011100 | 0 | 1000111 | 11101 | 1101 | 101000101 | 1000110 | 111000 |
Color Harmonies of #DD419C
Complementary color
Monochromatic Colors of #DD419C
Black with #DD419C
Text Example
Text Example
White with #DD419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD419C; }
p { color: rgb(221,65,156); }
H1.HeaderClassName
{
color: #DD419C;
}
.AnyTagClassName
{
color: #DD419C;
}
</style>
background-color css
<style>
a { background-color: #DD419C; }
a { background-color: rgb(221,65,156); }
div.DivClassName
{
background-color: #DD419C;
}
.BgClassName
{
background-color: #DD419C;
}
</style>
border-color css
<style>
span { border-color: #DD419C; }
span { border-color: rgb(221,65,156); }
td.TdClassName
{
border-color: #DD419C;
}
.TagClassName
{
border-color: #DD419C;
}
</style>