Shades of Deep Cerise #DD4594
Tints of Deep Cerise #DD4594
RGB
CMYK
RGB Variations
Color information
#DD4594 (or 0xDD4594) is known color: Deep Cerise. HEX triplet: DD, 45 and 94. RGB value is (221,69,148). Sum of RGB (Red+Green+Blue) = 221+69+148=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4594 is #22BA6B. Grayscale: #7B7B7B. Windows color (decimal): -2275948 or 9717213. OLE color: 9717213.
HSL color Cylindrical-coordinate representation of color #DD4594: hue angle of 328.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4594 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 148 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.13 |
| HSL | 328.82º | 0.69% | 0.57% | - |
| HSV(B) | 328.82º | 0.69% | 0.87% | - |
| XYZ | 37.29 | 21.77 | 30.25 | - |
| YUV | 123.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 148 | 0 | 0.69 | 0.33 | 0.13 | 328.82 | 0.69 | 0.57 |
| Hex | DD | 45 | 94 | 0 | 45 | 21 | D | 149 | 45 | 39 |
| Octal | 335 | 105 | 224 | 0 | 105 | 41 | 15 | 511 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10010100 | 0 | 1000101 | 100001 | 1101 | 101001001 | 1000101 | 111001 |
Color Harmonies of #DD4594
Complementary color
Monochromatic Colors of #DD4594
Black with #DD4594
Text Example
Text Example
White with #DD4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4594; }
p { color: rgb(221,69,148); }
H1.HeaderClassName
{
color: #DD4594;
}
.AnyTagClassName
{
color: #DD4594;
}
</style>
background-color css
<style>
a { background-color: #DD4594; }
a { background-color: rgb(221,69,148); }
div.DivClassName
{
background-color: #DD4594;
}
.BgClassName
{
background-color: #DD4594;
}
</style>
border-color css
<style>
span { border-color: #DD4594; }
span { border-color: rgb(221,69,148); }
td.TdClassName
{
border-color: #DD4594;
}
.TagClassName
{
border-color: #DD4594;
}
</style>