Shades of Deep Cerise #DD288B
Tints of Deep Cerise #DD288B
RGB
CMYK
RGB Variations
Color information
#DD288B (or 0xDD288B) is known color: Deep Cerise. HEX triplet: DD, 28 and 8B. RGB value is (221,40,139). Sum of RGB (Red+Green+Blue) = 221+40+139=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD288B is #22D774. Grayscale: #696969. Windows color (decimal): -2283381 or 9119965. OLE color: 9119965.
HSL color Cylindrical-coordinate representation of color #DD288B: hue angle of 327.18º 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 #DD288B is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 139 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.13 |
| HSL | 327.18º | 0.73% | 0.51% | - |
| HSV(B) | 327.18º | 0.82% | 0.87% | - |
| XYZ | 35.24 | 18.75 | 26.19 | - |
| YUV | 105.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 139 | 0 | 0.82 | 0.37 | 0.13 | 327.18 | 0.73 | 0.51 |
| Hex | DD | 28 | 8B | 0 | 52 | 25 | D | 147 | 49 | 33 |
| Octal | 335 | 50 | 213 | 0 | 122 | 45 | 15 | 507 | 111 | 63 |
| Binary | 11011101 | 101000 | 10001011 | 0 | 1010010 | 100101 | 1101 | 101000111 | 1001001 | 110011 |
Color Harmonies of #DD288B
Complementary color
Monochromatic Colors of #DD288B
Black with #DD288B
Text Example
Text Example
White with #DD288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD288B; }
p { color: rgb(221,40,139); }
H1.HeaderClassName
{
color: #DD288B;
}
.AnyTagClassName
{
color: #DD288B;
}
</style>
background-color css
<style>
a { background-color: #DD288B; }
a { background-color: rgb(221,40,139); }
div.DivClassName
{
background-color: #DD288B;
}
.BgClassName
{
background-color: #DD288B;
}
</style>
border-color css
<style>
span { border-color: #DD288B; }
span { border-color: rgb(221,40,139); }
td.TdClassName
{
border-color: #DD288B;
}
.TagClassName
{
border-color: #DD288B;
}
</style>