Shades of Deep Cerise #DD1C8B
Tints of Deep Cerise #DD1C8B
RGB
CMYK
RGB Variations
Color information
#DD1C8B (or 0xDD1C8B) is known color: Deep Cerise. HEX triplet: DD, 1C and 8B. RGB value is (221,28,139). Sum of RGB (Red+Green+Blue) = 221+28+139=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C8B is #22E374. Grayscale: #626262. Windows color (decimal): -2286453 or 9116893. OLE color: 9116893.
HSL color Cylindrical-coordinate representation of color #DD1C8B: hue angle of 325.49º 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 #DD1C8B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 139 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.13 |
| HSL | 325.49º | 0.78% | 0.49% | - |
| HSV(B) | 325.49º | 0.87% | 0.87% | - |
| XYZ | 34.89 | 18.07 | 26.07 | - |
| YUV | 98.36 | 150.94 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 139 | 0 | 0.87 | 0.37 | 0.13 | 325.49 | 0.78 | 0.49 |
| Hex | DD | 1C | 8B | 0 | 57 | 25 | D | 145 | 4E | 31 |
| Octal | 335 | 34 | 213 | 0 | 127 | 45 | 15 | 505 | 116 | 61 |
| Binary | 11011101 | 11100 | 10001011 | 0 | 1010111 | 100101 | 1101 | 101000101 | 1001110 | 110001 |
Color Harmonies of #DD1C8B
Complementary color
Monochromatic Colors of #DD1C8B
Black with #DD1C8B
Text Example
Text Example
White with #DD1C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C8B; }
p { color: rgb(221,28,139); }
H1.HeaderClassName
{
color: #DD1C8B;
}
.AnyTagClassName
{
color: #DD1C8B;
}
</style>
background-color css
<style>
a { background-color: #DD1C8B; }
a { background-color: rgb(221,28,139); }
div.DivClassName
{
background-color: #DD1C8B;
}
.BgClassName
{
background-color: #DD1C8B;
}
</style>
border-color css
<style>
span { border-color: #DD1C8B; }
span { border-color: rgb(221,28,139); }
td.TdClassName
{
border-color: #DD1C8B;
}
.TagClassName
{
border-color: #DD1C8B;
}
</style>