Shades of Deep Cerise #DD4794
Tints of Deep Cerise #DD4794
RGB
CMYK
RGB Variations
Color information
#DD4794 (or 0xDD4794) is known color: Deep Cerise. HEX triplet: DD, 47 and 94. RGB value is (221,71,148). Sum of RGB (Red+Green+Blue) = 221+71+148=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4794 is #22B86B. Grayscale: #7C7C7C. Windows color (decimal): -2275436 or 9717725. OLE color: 9717725.
HSL color Cylindrical-coordinate representation of color #DD4794: hue angle of 329.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4794 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 148 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.13 |
| HSL | 329.2º | 0.69% | 0.57% | - |
| HSV(B) | 329.2º | 0.68% | 0.87% | - |
| XYZ | 37.42 | 22.02 | 30.29 | - |
| YUV | 124.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 148 | 0 | 0.68 | 0.33 | 0.13 | 329.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 94 | 0 | 44 | 21 | D | 149 | 45 | 39 |
| Octal | 335 | 107 | 224 | 0 | 104 | 41 | 15 | 511 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10010100 | 0 | 1000100 | 100001 | 1101 | 101001001 | 1000101 | 111001 |
Color Harmonies of #DD4794
Complementary color
Monochromatic Colors of #DD4794
Black with #DD4794
Text Example
Text Example
White with #DD4794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4794; }
p { color: rgb(221,71,148); }
H1.HeaderClassName
{
color: #DD4794;
}
.AnyTagClassName
{
color: #DD4794;
}
</style>
background-color css
<style>
a { background-color: #DD4794; }
a { background-color: rgb(221,71,148); }
div.DivClassName
{
background-color: #DD4794;
}
.BgClassName
{
background-color: #DD4794;
}
</style>
border-color css
<style>
span { border-color: #DD4794; }
span { border-color: rgb(221,71,148); }
td.TdClassName
{
border-color: #DD4794;
}
.TagClassName
{
border-color: #DD4794;
}
</style>