Shades of Deep Cerise #DD2693
Tints of Deep Cerise #DD2693
RGB
CMYK
RGB Variations
Color information
#DD2693 (or 0xDD2693) is known color: Deep Cerise. HEX triplet: DD, 26 and 93. RGB value is (221,38,147). Sum of RGB (Red+Green+Blue) = 221+38+147=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2693 is #22D96C. Grayscale: #686868. Windows color (decimal): -2283885 or 9643741. OLE color: 9643741.
HSL color Cylindrical-coordinate representation of color #DD2693: hue angle of 324.26º 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 #DD2693 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 147 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.13 |
| HSL | 324.26º | 0.73% | 0.51% | - |
| HSV(B) | 324.26º | 0.83% | 0.87% | - |
| XYZ | 35.78 | 18.86 | 29.36 | - |
| YUV | 105.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 147 | 0 | 0.83 | 0.33 | 0.13 | 324.26 | 0.73 | 0.51 |
| Hex | DD | 26 | 93 | 0 | 53 | 21 | D | 144 | 49 | 33 |
| Octal | 335 | 46 | 223 | 0 | 123 | 41 | 15 | 504 | 111 | 63 |
| Binary | 11011101 | 100110 | 10010011 | 0 | 1010011 | 100001 | 1101 | 101000100 | 1001001 | 110011 |
Color Harmonies of #DD2693
Complementary color
Monochromatic Colors of #DD2693
Black with #DD2693
Text Example
Text Example
White with #DD2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2693; }
p { color: rgb(221,38,147); }
H1.HeaderClassName
{
color: #DD2693;
}
.AnyTagClassName
{
color: #DD2693;
}
</style>
background-color css
<style>
a { background-color: #DD2693; }
a { background-color: rgb(221,38,147); }
div.DivClassName
{
background-color: #DD2693;
}
.BgClassName
{
background-color: #DD2693;
}
</style>
border-color css
<style>
span { border-color: #DD2693; }
span { border-color: rgb(221,38,147); }
td.TdClassName
{
border-color: #DD2693;
}
.TagClassName
{
border-color: #DD2693;
}
</style>