Shades of Deep Cerise #DD1F8A
Tints of Deep Cerise #DD1F8A
RGB
CMYK
RGB Variations
Color information
#DD1F8A (or 0xDD1F8A) is known color: Deep Cerise. HEX triplet: DD, 1F and 8A. RGB value is (221,31,138). Sum of RGB (Red+Green+Blue) = 221+31+138=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F8A is #22E075. Grayscale: #636363. Windows color (decimal): -2285686 or 9052125. OLE color: 9052125.
HSL color Cylindrical-coordinate representation of color #DD1F8A: hue angle of 326.21º 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 #DD1F8A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 138 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.13 |
| HSL | 326.21º | 0.75% | 0.49% | - |
| HSV(B) | 326.21º | 0.86% | 0.87% | - |
| XYZ | 34.9 | 18.19 | 25.72 | - |
| YUV | 100.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 138 | 0 | 0.86 | 0.38 | 0.13 | 326.21 | 0.75 | 0.49 |
| Hex | DD | 1F | 8A | 0 | 56 | 26 | D | 146 | 4B | 31 |
| Octal | 335 | 37 | 212 | 0 | 126 | 46 | 15 | 506 | 113 | 61 |
| Binary | 11011101 | 11111 | 10001010 | 0 | 1010110 | 100110 | 1101 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DD1F8A
Complementary color
Monochromatic Colors of #DD1F8A
Black with #DD1F8A
Text Example
Text Example
White with #DD1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F8A; }
p { color: rgb(221,31,138); }
H1.HeaderClassName
{
color: #DD1F8A;
}
.AnyTagClassName
{
color: #DD1F8A;
}
</style>
background-color css
<style>
a { background-color: #DD1F8A; }
a { background-color: rgb(221,31,138); }
div.DivClassName
{
background-color: #DD1F8A;
}
.BgClassName
{
background-color: #DD1F8A;
}
</style>
border-color css
<style>
span { border-color: #DD1F8A; }
span { border-color: rgb(221,31,138); }
td.TdClassName
{
border-color: #DD1F8A;
}
.TagClassName
{
border-color: #DD1F8A;
}
</style>