Shades of Deep Cerise #DD1F8C
Tints of Deep Cerise #DD1F8C
RGB
CMYK
RGB Variations
Color information
#DD1F8C (or 0xDD1F8C) is known color: Deep Cerise. HEX triplet: DD, 1F and 8C. RGB value is (221,31,140). Sum of RGB (Red+Green+Blue) = 221+31+140=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F8C is #22E073. Grayscale: #636363. Windows color (decimal): -2285684 or 9183197. OLE color: 9183197.
HSL color Cylindrical-coordinate representation of color #DD1F8C: hue angle of 325.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F8C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 140 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.13 |
| HSL | 325.58º | 0.75% | 0.49% | - |
| HSV(B) | 325.58º | 0.86% | 0.87% | - |
| XYZ | 35.04 | 18.25 | 26.49 | - |
| YUV | 100.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 140 | 0 | 0.86 | 0.37 | 0.13 | 325.58 | 0.75 | 0.49 |
| Hex | DD | 1F | 8C | 0 | 56 | 25 | D | 146 | 4B | 31 |
| Octal | 335 | 37 | 214 | 0 | 126 | 45 | 15 | 506 | 113 | 61 |
| Binary | 11011101 | 11111 | 10001100 | 0 | 1010110 | 100101 | 1101 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DD1F8C
Complementary color
Monochromatic Colors of #DD1F8C
Black with #DD1F8C
Text Example
Text Example
White with #DD1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F8C; }
p { color: rgb(221,31,140); }
H1.HeaderClassName
{
color: #DD1F8C;
}
.AnyTagClassName
{
color: #DD1F8C;
}
</style>
background-color css
<style>
a { background-color: #DD1F8C; }
a { background-color: rgb(221,31,140); }
div.DivClassName
{
background-color: #DD1F8C;
}
.BgClassName
{
background-color: #DD1F8C;
}
</style>
border-color css
<style>
span { border-color: #DD1F8C; }
span { border-color: rgb(221,31,140); }
td.TdClassName
{
border-color: #DD1F8C;
}
.TagClassName
{
border-color: #DD1F8C;
}
</style>