Shades of Deep Cerise #DD2B8F
Tints of Deep Cerise #DD2B8F
RGB
CMYK
RGB Variations
Color information
#DD2B8F (or 0xDD2B8F) is known color: Deep Cerise. HEX triplet: DD, 2B and 8F. RGB value is (221,43,143). Sum of RGB (Red+Green+Blue) = 221+43+143=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B8F is #22D470. Grayscale: #6B6B6B. Windows color (decimal): -2282609 or 9382877. OLE color: 9382877.
HSL color Cylindrical-coordinate representation of color #DD2B8F: hue angle of 326.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B8F is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 143 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.13 |
| HSL | 326.29º | 0.72% | 0.52% | - |
| HSV(B) | 326.29º | 0.81% | 0.87% | - |
| XYZ | 35.64 | 19.08 | 27.79 | - |
| YUV | 107.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 143 | 0 | 0.81 | 0.35 | 0.13 | 326.29 | 0.72 | 0.52 |
| Hex | DD | 2B | 8F | 0 | 51 | 23 | D | 146 | 48 | 34 |
| Octal | 335 | 53 | 217 | 0 | 121 | 43 | 15 | 506 | 110 | 64 |
| Binary | 11011101 | 101011 | 10001111 | 0 | 1010001 | 100011 | 1101 | 101000110 | 1001000 | 110100 |
Color Harmonies of #DD2B8F
Complementary color
Monochromatic Colors of #DD2B8F
Black with #DD2B8F
Text Example
Text Example
White with #DD2B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B8F; }
p { color: rgb(221,43,143); }
H1.HeaderClassName
{
color: #DD2B8F;
}
.AnyTagClassName
{
color: #DD2B8F;
}
</style>
background-color css
<style>
a { background-color: #DD2B8F; }
a { background-color: rgb(221,43,143); }
div.DivClassName
{
background-color: #DD2B8F;
}
.BgClassName
{
background-color: #DD2B8F;
}
</style>
border-color css
<style>
span { border-color: #DD2B8F; }
span { border-color: rgb(221,43,143); }
td.TdClassName
{
border-color: #DD2B8F;
}
.TagClassName
{
border-color: #DD2B8F;
}
</style>