Shades of Deep Cerise #DD1B7F
Tints of Deep Cerise #DD1B7F
RGB
CMYK
RGB Variations
Color information
#DD1B7F (or 0xDD1B7F) is known color: Deep Cerise. HEX triplet: DD, 1B and 7F. RGB value is (221,27,127). Sum of RGB (Red+Green+Blue) = 221+27+127=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B7F is #22E480. Grayscale: #606060. Windows color (decimal): -2286721 or 8330205. OLE color: 8330205.
HSL color Cylindrical-coordinate representation of color #DD1B7F: hue angle of 329.07º 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 #DD1B7F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 127 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.13 |
| HSL | 329.07º | 0.78% | 0.49% | - |
| HSV(B) | 329.07º | 0.88% | 0.87% | - |
| XYZ | 34.04 | 17.69 | 21.7 | - |
| YUV | 96.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 127 | 0 | 0.88 | 0.43 | 0.13 | 329.07 | 0.78 | 0.49 |
| Hex | DD | 1B | 7F | 0 | 58 | 2B | D | 149 | 4E | 31 |
| Octal | 335 | 33 | 177 | 0 | 130 | 53 | 15 | 511 | 116 | 61 |
| Binary | 11011101 | 11011 | 1111111 | 0 | 1011000 | 101011 | 1101 | 101001001 | 1001110 | 110001 |
Color Harmonies of #DD1B7F
Complementary color
Monochromatic Colors of #DD1B7F
Black with #DD1B7F
Text Example
Text Example
White with #DD1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B7F; }
p { color: rgb(221,27,127); }
H1.HeaderClassName
{
color: #DD1B7F;
}
.AnyTagClassName
{
color: #DD1B7F;
}
</style>
background-color css
<style>
a { background-color: #DD1B7F; }
a { background-color: rgb(221,27,127); }
div.DivClassName
{
background-color: #DD1B7F;
}
.BgClassName
{
background-color: #DD1B7F;
}
</style>
border-color css
<style>
span { border-color: #DD1B7F; }
span { border-color: rgb(221,27,127); }
td.TdClassName
{
border-color: #DD1B7F;
}
.TagClassName
{
border-color: #DD1B7F;
}
</style>