Shades of Deep Cerise #DD278F
Tints of Deep Cerise #DD278F
RGB
CMYK
RGB Variations
Color information
#DD278F (or 0xDD278F) is known color: Deep Cerise. HEX triplet: DD, 27 and 8F. RGB value is (221,39,143). Sum of RGB (Red+Green+Blue) = 221+39+143=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD278F is #22D870. Grayscale: #696969. Windows color (decimal): -2283633 or 9381853. OLE color: 9381853.
HSL color Cylindrical-coordinate representation of color #DD278F: hue angle of 325.71º 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 #DD278F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 143 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.13 |
| HSL | 325.71º | 0.73% | 0.51% | - |
| HSV(B) | 325.71º | 0.82% | 0.87% | - |
| XYZ | 35.5 | 18.81 | 27.75 | - |
| YUV | 105.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 143 | 0 | 0.82 | 0.35 | 0.13 | 325.71 | 0.73 | 0.51 |
| Hex | DD | 27 | 8F | 0 | 52 | 23 | D | 146 | 49 | 33 |
| Octal | 335 | 47 | 217 | 0 | 122 | 43 | 15 | 506 | 111 | 63 |
| Binary | 11011101 | 100111 | 10001111 | 0 | 1010010 | 100011 | 1101 | 101000110 | 1001001 | 110011 |
Color Harmonies of #DD278F
Complementary color
Monochromatic Colors of #DD278F
Black with #DD278F
Text Example
Text Example
White with #DD278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD278F; }
p { color: rgb(221,39,143); }
H1.HeaderClassName
{
color: #DD278F;
}
.AnyTagClassName
{
color: #DD278F;
}
</style>
background-color css
<style>
a { background-color: #DD278F; }
a { background-color: rgb(221,39,143); }
div.DivClassName
{
background-color: #DD278F;
}
.BgClassName
{
background-color: #DD278F;
}
</style>
border-color css
<style>
span { border-color: #DD278F; }
span { border-color: rgb(221,39,143); }
td.TdClassName
{
border-color: #DD278F;
}
.TagClassName
{
border-color: #DD278F;
}
</style>