Shades of Deep Cerise #DD4384
Tints of Deep Cerise #DD4384
RGB
CMYK
RGB Variations
Color information
#DD4384 (or 0xDD4384) is known color: Deep Cerise. HEX triplet: DD, 43 and 84. RGB value is (221,67,132). Sum of RGB (Red+Green+Blue) = 221+67+132=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4384 is #22BC7B. Grayscale: #787878. Windows color (decimal): -2276476 or 8668125. OLE color: 8668125.
HSL color Cylindrical-coordinate representation of color #DD4384: hue angle of 334.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4384 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 132 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.13 |
| HSL | 334.68º | 0.69% | 0.56% | - |
| HSV(B) | 334.68º | 0.7% | 0.87% | - |
| XYZ | 35.99 | 21.05 | 24 | - |
| YUV | 120.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 132 | 0 | 0.70 | 0.40 | 0.13 | 334.68 | 0.69 | 0.56 |
| Hex | DD | 43 | 84 | 0 | 46 | 28 | D | 14F | 45 | 38 |
| Octal | 335 | 103 | 204 | 0 | 106 | 50 | 15 | 517 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10000100 | 0 | 1000110 | 101000 | 1101 | 101001111 | 1000101 | 111000 |
Color Harmonies of #DD4384
Complementary color
Monochromatic Colors of #DD4384
Black with #DD4384
Text Example
Text Example
White with #DD4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4384; }
p { color: rgb(221,67,132); }
H1.HeaderClassName
{
color: #DD4384;
}
.AnyTagClassName
{
color: #DD4384;
}
</style>
background-color css
<style>
a { background-color: #DD4384; }
a { background-color: rgb(221,67,132); }
div.DivClassName
{
background-color: #DD4384;
}
.BgClassName
{
background-color: #DD4384;
}
</style>
border-color css
<style>
span { border-color: #DD4384; }
span { border-color: rgb(221,67,132); }
td.TdClassName
{
border-color: #DD4384;
}
.TagClassName
{
border-color: #DD4384;
}
</style>