Shades of Deep Cerise #DC1D93
Tints of Deep Cerise #DC1D93
RGB
CMYK
RGB Variations
Color information
#DC1D93 (or 0xDC1D93) is known color: Deep Cerise. HEX triplet: DC, 1D and 93. RGB value is (220,29,147). Sum of RGB (Red+Green+Blue) = 220+29+147=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1D93 is #23E26C. Grayscale: #636363. Windows color (decimal): -2351725 or 9641436. OLE color: 9641436.
HSL color Cylindrical-coordinate representation of color #DC1D93: hue angle of 322.93º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1D93 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 147 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.14 |
| HSL | 322.93º | 0.77% | 0.49% | - |
| HSV(B) | 322.93º | 0.87% | 0.86% | - |
| XYZ | 35.22 | 18.2 | 29.26 | - |
| YUV | 99.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 147 | 0 | 0.87 | 0.33 | 0.14 | 322.93 | 0.77 | 0.49 |
| Hex | DC | 1D | 93 | 0 | 57 | 21 | E | 143 | 4D | 31 |
| Octal | 334 | 35 | 223 | 0 | 127 | 41 | 16 | 503 | 115 | 61 |
| Binary | 11011100 | 11101 | 10010011 | 0 | 1010111 | 100001 | 1110 | 101000011 | 1001101 | 110001 |
Color Harmonies of #DC1D93
Complementary color
Monochromatic Colors of #DC1D93
Black with #DC1D93
Text Example
Text Example
White with #DC1D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1D93; }
p { color: rgb(220,29,147); }
H1.HeaderClassName
{
color: #DC1D93;
}
.AnyTagClassName
{
color: #DC1D93;
}
</style>
background-color css
<style>
a { background-color: #DC1D93; }
a { background-color: rgb(220,29,147); }
div.DivClassName
{
background-color: #DC1D93;
}
.BgClassName
{
background-color: #DC1D93;
}
</style>
border-color css
<style>
span { border-color: #DC1D93; }
span { border-color: rgb(220,29,147); }
td.TdClassName
{
border-color: #DC1D93;
}
.TagClassName
{
border-color: #DC1D93;
}
</style>