Shades of Deep Cerise #DD279A
Tints of Deep Cerise #DD279A
RGB
CMYK
RGB Variations
Color information
#DD279A (or 0xDD279A) is known color: Deep Cerise. HEX triplet: DD, 27 and 9A. RGB value is (221,39,154). Sum of RGB (Red+Green+Blue) = 221+39+154=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD279A is #22D865. Grayscale: #6A6A6A. Windows color (decimal): -2283622 or 10102749. OLE color: 10102749.
HSL color Cylindrical-coordinate representation of color #DD279A: hue angle of 322.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD279A is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 154 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.13 |
| HSL | 322.09º | 0.73% | 0.51% | - |
| HSV(B) | 322.09º | 0.82% | 0.87% | - |
| XYZ | 36.38 | 19.16 | 32.35 | - |
| YUV | 106.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 154 | 0 | 0.82 | 0.30 | 0.13 | 322.09 | 0.73 | 0.51 |
| Hex | DD | 27 | 9A | 0 | 52 | 1E | D | 142 | 49 | 33 |
| Octal | 335 | 47 | 232 | 0 | 122 | 36 | 15 | 502 | 111 | 63 |
| Binary | 11011101 | 100111 | 10011010 | 0 | 1010010 | 11110 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DD279A
Complementary color
Monochromatic Colors of #DD279A
Black with #DD279A
Text Example
Text Example
White with #DD279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD279A; }
p { color: rgb(221,39,154); }
H1.HeaderClassName
{
color: #DD279A;
}
.AnyTagClassName
{
color: #DD279A;
}
</style>
background-color css
<style>
a { background-color: #DD279A; }
a { background-color: rgb(221,39,154); }
div.DivClassName
{
background-color: #DD279A;
}
.BgClassName
{
background-color: #DD279A;
}
</style>
border-color css
<style>
span { border-color: #DD279A; }
span { border-color: rgb(221,39,154); }
td.TdClassName
{
border-color: #DD279A;
}
.TagClassName
{
border-color: #DD279A;
}
</style>