Shades of Deep Cerise #DD1B7E
Tints of Deep Cerise #DD1B7E
RGB
CMYK
RGB Variations
Color information
#DD1B7E (or 0xDD1B7E) is known color: Deep Cerise. HEX triplet: DD, 1B and 7E. RGB value is (221,27,126). Sum of RGB (Red+Green+Blue) = 221+27+126=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B7E is #22E481. Grayscale: #606060. Windows color (decimal): -2286722 or 8264669. OLE color: 8264669.
HSL color Cylindrical-coordinate representation of color #DD1B7E: hue angle of 329.38º 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 #DD1B7E is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 126 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.13 |
| HSL | 329.38º | 0.78% | 0.49% | - |
| HSV(B) | 329.38º | 0.88% | 0.87% | - |
| XYZ | 33.98 | 17.66 | 21.36 | - |
| YUV | 96.29 | 144.77 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 126 | 0 | 0.88 | 0.43 | 0.13 | 329.38 | 0.78 | 0.49 |
| Hex | DD | 1B | 7E | 0 | 58 | 2B | D | 149 | 4E | 31 |
| Octal | 335 | 33 | 176 | 0 | 130 | 53 | 15 | 511 | 116 | 61 |
| Binary | 11011101 | 11011 | 1111110 | 0 | 1011000 | 101011 | 1101 | 101001001 | 1001110 | 110001 |
Color Harmonies of #DD1B7E
Complementary color
Monochromatic Colors of #DD1B7E
Black with #DD1B7E
Text Example
Text Example
White with #DD1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B7E; }
p { color: rgb(221,27,126); }
H1.HeaderClassName
{
color: #DD1B7E;
}
.AnyTagClassName
{
color: #DD1B7E;
}
</style>
background-color css
<style>
a { background-color: #DD1B7E; }
a { background-color: rgb(221,27,126); }
div.DivClassName
{
background-color: #DD1B7E;
}
.BgClassName
{
background-color: #DD1B7E;
}
</style>
border-color css
<style>
span { border-color: #DD1B7E; }
span { border-color: rgb(221,27,126); }
td.TdClassName
{
border-color: #DD1B7E;
}
.TagClassName
{
border-color: #DD1B7E;
}
</style>