Shades of Deep Cerise #DD278C
Tints of Deep Cerise #DD278C
RGB
CMYK
RGB Variations
Color information
#DD278C (or 0xDD278C) is known color: Deep Cerise. HEX triplet: DD, 27 and 8C. RGB value is (221,39,140). Sum of RGB (Red+Green+Blue) = 221+39+140=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD278C is #22D873. Grayscale: #686868. Windows color (decimal): -2283636 or 9185245. OLE color: 9185245.
HSL color Cylindrical-coordinate representation of color #DD278C: hue angle of 326.7º 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 #DD278C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 140 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.13 |
| HSL | 326.7º | 0.73% | 0.51% | - |
| HSV(B) | 326.7º | 0.82% | 0.87% | - |
| XYZ | 35.28 | 18.72 | 26.56 | - |
| YUV | 104.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 140 | 0 | 0.82 | 0.37 | 0.13 | 326.7 | 0.73 | 0.51 |
| Hex | DD | 27 | 8C | 0 | 52 | 25 | D | 147 | 49 | 33 |
| Octal | 335 | 47 | 214 | 0 | 122 | 45 | 15 | 507 | 111 | 63 |
| Binary | 11011101 | 100111 | 10001100 | 0 | 1010010 | 100101 | 1101 | 101000111 | 1001001 | 110011 |
Color Harmonies of #DD278C
Complementary color
Monochromatic Colors of #DD278C
Black with #DD278C
Text Example
Text Example
White with #DD278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD278C; }
p { color: rgb(221,39,140); }
H1.HeaderClassName
{
color: #DD278C;
}
.AnyTagClassName
{
color: #DD278C;
}
</style>
background-color css
<style>
a { background-color: #DD278C; }
a { background-color: rgb(221,39,140); }
div.DivClassName
{
background-color: #DD278C;
}
.BgClassName
{
background-color: #DD278C;
}
</style>
border-color css
<style>
span { border-color: #DD278C; }
span { border-color: rgb(221,39,140); }
td.TdClassName
{
border-color: #DD278C;
}
.TagClassName
{
border-color: #DD278C;
}
</style>