Shades of Deep Cerise #DD287F
Tints of Deep Cerise #DD287F
RGB
CMYK
RGB Variations
Color information
#DD287F (or 0xDD287F) is known color: Deep Cerise. HEX triplet: DD, 28 and 7F. RGB value is (221,40,127). Sum of RGB (Red+Green+Blue) = 221+40+127=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD287F is #22D780. Grayscale: #676767. Windows color (decimal): -2283393 or 8333533. OLE color: 8333533.
HSL color Cylindrical-coordinate representation of color #DD287F: hue angle of 331.16º 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 #DD287F is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 127 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.13 |
| HSL | 331.16º | 0.73% | 0.51% | - |
| HSV(B) | 331.16º | 0.82% | 0.87% | - |
| XYZ | 34.41 | 18.42 | 21.82 | - |
| YUV | 104.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 127 | 0 | 0.82 | 0.43 | 0.13 | 331.16 | 0.73 | 0.51 |
| Hex | DD | 28 | 7F | 0 | 52 | 2B | D | 14B | 49 | 33 |
| Octal | 335 | 50 | 177 | 0 | 122 | 53 | 15 | 513 | 111 | 63 |
| Binary | 11011101 | 101000 | 1111111 | 0 | 1010010 | 101011 | 1101 | 101001011 | 1001001 | 110011 |
Color Harmonies of #DD287F
Complementary color
Monochromatic Colors of #DD287F
Black with #DD287F
Text Example
Text Example
White with #DD287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD287F; }
p { color: rgb(221,40,127); }
H1.HeaderClassName
{
color: #DD287F;
}
.AnyTagClassName
{
color: #DD287F;
}
</style>
background-color css
<style>
a { background-color: #DD287F; }
a { background-color: rgb(221,40,127); }
div.DivClassName
{
background-color: #DD287F;
}
.BgClassName
{
background-color: #DD287F;
}
</style>
border-color css
<style>
span { border-color: #DD287F; }
span { border-color: rgb(221,40,127); }
td.TdClassName
{
border-color: #DD287F;
}
.TagClassName
{
border-color: #DD287F;
}
</style>