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