Shades of Deep Cerise #DD1A7A
Tints of Deep Cerise #DD1A7A
RGB
CMYK
RGB Variations
Color information
#DD1A7A (or 0xDD1A7A) is known color: Deep Cerise. HEX triplet: DD, 1A and 7A. RGB value is (221,26,122). Sum of RGB (Red+Green+Blue) = 221+26+122=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1A7A is #22E585. Grayscale: #5F5F5F. Windows color (decimal): -2286982 or 8002269. OLE color: 8002269.
HSL color Cylindrical-coordinate representation of color #DD1A7A: hue angle of 330.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A7A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 122 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.13 |
| HSL | 330.46º | 0.79% | 0.48% | - |
| HSV(B) | 330.46º | 0.88% | 0.87% | - |
| XYZ | 33.7 | 17.52 | 20.02 | - |
| YUV | 95.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 122 | 0 | 0.88 | 0.45 | 0.13 | 330.46 | 0.79 | 0.48 |
| Hex | DD | 1A | 7A | 0 | 58 | 2D | D | 14A | 4F | 30 |
| Octal | 335 | 32 | 172 | 0 | 130 | 55 | 15 | 512 | 117 | 60 |
| Binary | 11011101 | 11010 | 1111010 | 0 | 1011000 | 101101 | 1101 | 101001010 | 1001111 | 110000 |
Color Harmonies of #DD1A7A
Complementary color
Monochromatic Colors of #DD1A7A
Black with #DD1A7A
Text Example
Text Example
White with #DD1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A7A; }
p { color: rgb(221,26,122); }
H1.HeaderClassName
{
color: #DD1A7A;
}
.AnyTagClassName
{
color: #DD1A7A;
}
</style>
background-color css
<style>
a { background-color: #DD1A7A; }
a { background-color: rgb(221,26,122); }
div.DivClassName
{
background-color: #DD1A7A;
}
.BgClassName
{
background-color: #DD1A7A;
}
</style>
border-color css
<style>
span { border-color: #DD1A7A; }
span { border-color: rgb(221,26,122); }
td.TdClassName
{
border-color: #DD1A7A;
}
.TagClassName
{
border-color: #DD1A7A;
}
</style>