Shades of Deep Cerise #DD279D
Tints of Deep Cerise #DD279D
RGB
CMYK
RGB Variations
Color information
#DD279D (or 0xDD279D) is known color: Deep Cerise. HEX triplet: DD, 27 and 9D. RGB value is (221,39,157). Sum of RGB (Red+Green+Blue) = 221+39+157=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD279D is #22D862. Grayscale: #6A6A6A. Windows color (decimal): -2283619 or 10299357. OLE color: 10299357.
HSL color Cylindrical-coordinate representation of color #DD279D: hue angle of 321.1º 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 #DD279D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 157 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.13 |
| HSL | 321.1º | 0.73% | 0.51% | - |
| HSV(B) | 321.1º | 0.82% | 0.87% | - |
| XYZ | 36.63 | 19.26 | 33.68 | - |
| YUV | 106.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 157 | 0 | 0.82 | 0.29 | 0.13 | 321.1 | 0.73 | 0.51 |
| Hex | DD | 27 | 9D | 0 | 52 | 1D | D | 141 | 49 | 33 |
| Octal | 335 | 47 | 235 | 0 | 122 | 35 | 15 | 501 | 111 | 63 |
| Binary | 11011101 | 100111 | 10011101 | 0 | 1010010 | 11101 | 1101 | 101000001 | 1001001 | 110011 |
Color Harmonies of #DD279D
Complementary color
Monochromatic Colors of #DD279D
Black with #DD279D
Text Example
Text Example
White with #DD279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD279D; }
p { color: rgb(221,39,157); }
H1.HeaderClassName
{
color: #DD279D;
}
.AnyTagClassName
{
color: #DD279D;
}
</style>
background-color css
<style>
a { background-color: #DD279D; }
a { background-color: rgb(221,39,157); }
div.DivClassName
{
background-color: #DD279D;
}
.BgClassName
{
background-color: #DD279D;
}
</style>
border-color css
<style>
span { border-color: #DD279D; }
span { border-color: rgb(221,39,157); }
td.TdClassName
{
border-color: #DD279D;
}
.TagClassName
{
border-color: #DD279D;
}
</style>