Shades of Deep Cerise #DD1C8C
Tints of Deep Cerise #DD1C8C
RGB
CMYK
RGB Variations
Color information
#DD1C8C (or 0xDD1C8C) is known color: Deep Cerise. HEX triplet: DD, 1C and 8C. RGB value is (221,28,140). Sum of RGB (Red+Green+Blue) = 221+28+140=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C8C is #22E373. Grayscale: #626262. Windows color (decimal): -2286452 or 9182429. OLE color: 9182429.
HSL color Cylindrical-coordinate representation of color #DD1C8C: hue angle of 325.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C8C is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 140 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.13 |
| HSL | 325.18º | 0.78% | 0.49% | - |
| HSV(B) | 325.18º | 0.87% | 0.87% | - |
| XYZ | 34.97 | 18.1 | 26.46 | - |
| YUV | 98.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 140 | 0 | 0.87 | 0.37 | 0.13 | 325.18 | 0.78 | 0.49 |
| Hex | DD | 1C | 8C | 0 | 57 | 25 | D | 145 | 4E | 31 |
| Octal | 335 | 34 | 214 | 0 | 127 | 45 | 15 | 505 | 116 | 61 |
| Binary | 11011101 | 11100 | 10001100 | 0 | 1010111 | 100101 | 1101 | 101000101 | 1001110 | 110001 |
Color Harmonies of #DD1C8C
Complementary color
Monochromatic Colors of #DD1C8C
Black with #DD1C8C
Text Example
Text Example
White with #DD1C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C8C; }
p { color: rgb(221,28,140); }
H1.HeaderClassName
{
color: #DD1C8C;
}
.AnyTagClassName
{
color: #DD1C8C;
}
</style>
background-color css
<style>
a { background-color: #DD1C8C; }
a { background-color: rgb(221,28,140); }
div.DivClassName
{
background-color: #DD1C8C;
}
.BgClassName
{
background-color: #DD1C8C;
}
</style>
border-color css
<style>
span { border-color: #DD1C8C; }
span { border-color: rgb(221,28,140); }
td.TdClassName
{
border-color: #DD1C8C;
}
.TagClassName
{
border-color: #DD1C8C;
}
</style>