Shades of Deep Cerise #DD2694
Tints of Deep Cerise #DD2694
RGB
CMYK
RGB Variations
Color information
#DD2694 (or 0xDD2694) is known color: Deep Cerise. HEX triplet: DD, 26 and 94. RGB value is (221,38,148). Sum of RGB (Red+Green+Blue) = 221+38+148=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2694 is #22D96B. Grayscale: #696969. Windows color (decimal): -2283884 or 9709277. OLE color: 9709277.
HSL color Cylindrical-coordinate representation of color #DD2694: hue angle of 323.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2694 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 148 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.13 |
| HSL | 323.93º | 0.73% | 0.51% | - |
| HSV(B) | 323.93º | 0.83% | 0.87% | - |
| XYZ | 35.86 | 18.9 | 29.77 | - |
| YUV | 105.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 148 | 0 | 0.83 | 0.33 | 0.13 | 323.93 | 0.73 | 0.51 |
| Hex | DD | 26 | 94 | 0 | 53 | 21 | D | 144 | 49 | 33 |
| Octal | 335 | 46 | 224 | 0 | 123 | 41 | 15 | 504 | 111 | 63 |
| Binary | 11011101 | 100110 | 10010100 | 0 | 1010011 | 100001 | 1101 | 101000100 | 1001001 | 110011 |
Color Harmonies of #DD2694
Complementary color
Monochromatic Colors of #DD2694
Black with #DD2694
Text Example
Text Example
White with #DD2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2694; }
p { color: rgb(221,38,148); }
H1.HeaderClassName
{
color: #DD2694;
}
.AnyTagClassName
{
color: #DD2694;
}
</style>
background-color css
<style>
a { background-color: #DD2694; }
a { background-color: rgb(221,38,148); }
div.DivClassName
{
background-color: #DD2694;
}
.BgClassName
{
background-color: #DD2694;
}
</style>
border-color css
<style>
span { border-color: #DD2694; }
span { border-color: rgb(221,38,148); }
td.TdClassName
{
border-color: #DD2694;
}
.TagClassName
{
border-color: #DD2694;
}
</style>