Shades of Deep Cerise #DD1B7A
Tints of Deep Cerise #DD1B7A
RGB
CMYK
RGB Variations
Color information
#DD1B7A (or 0xDD1B7A) is known color: Deep Cerise. HEX triplet: DD, 1B and 7A. RGB value is (221,27,122). Sum of RGB (Red+Green+Blue) = 221+27+122=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B7A is #22E485. Grayscale: #5F5F5F. Windows color (decimal): -2286726 or 8002525. OLE color: 8002525.
HSL color Cylindrical-coordinate representation of color #DD1B7A: hue angle of 330.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B7A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 122 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.13 |
| HSL | 330.62º | 0.78% | 0.49% | - |
| HSV(B) | 330.62º | 0.88% | 0.87% | - |
| XYZ | 33.72 | 17.56 | 20.02 | - |
| YUV | 95.84 | 142.77 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 122 | 0 | 0.88 | 0.45 | 0.13 | 330.62 | 0.78 | 0.49 |
| Hex | DD | 1B | 7A | 0 | 58 | 2D | D | 14B | 4E | 31 |
| Octal | 335 | 33 | 172 | 0 | 130 | 55 | 15 | 513 | 116 | 61 |
| Binary | 11011101 | 11011 | 1111010 | 0 | 1011000 | 101101 | 1101 | 101001011 | 1001110 | 110001 |
Color Harmonies of #DD1B7A
Complementary color
Monochromatic Colors of #DD1B7A
Black with #DD1B7A
Text Example
Text Example
White with #DD1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B7A; }
p { color: rgb(221,27,122); }
H1.HeaderClassName
{
color: #DD1B7A;
}
.AnyTagClassName
{
color: #DD1B7A;
}
</style>
background-color css
<style>
a { background-color: #DD1B7A; }
a { background-color: rgb(221,27,122); }
div.DivClassName
{
background-color: #DD1B7A;
}
.BgClassName
{
background-color: #DD1B7A;
}
</style>
border-color css
<style>
span { border-color: #DD1B7A; }
span { border-color: rgb(221,27,122); }
td.TdClassName
{
border-color: #DD1B7A;
}
.TagClassName
{
border-color: #DD1B7A;
}
</style>