Shades of Deep Cerise #DC1F8B
Tints of Deep Cerise #DC1F8B
RGB
CMYK
RGB Variations
Color information
#DC1F8B (or 0xDC1F8B) is known color: Deep Cerise. HEX triplet: DC, 1F and 8B. RGB value is (220,31,139). Sum of RGB (Red+Green+Blue) = 220+31+139=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1F8B is #23E074. Grayscale: #636363. Windows color (decimal): -2351221 or 9117660. OLE color: 9117660.
HSL color Cylindrical-coordinate representation of color #DC1F8B: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F8B is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 139 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.14 |
| HSL | 325.71º | 0.75% | 0.49% | - |
| HSV(B) | 325.71º | 0.86% | 0.86% | - |
| XYZ | 34.67 | 18.06 | 26.08 | - |
| YUV | 99.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 139 | 0 | 0.86 | 0.37 | 0.14 | 325.71 | 0.75 | 0.49 |
| Hex | DC | 1F | 8B | 0 | 56 | 25 | E | 146 | 4B | 31 |
| Octal | 334 | 37 | 213 | 0 | 126 | 45 | 16 | 506 | 113 | 61 |
| Binary | 11011100 | 11111 | 10001011 | 0 | 1010110 | 100101 | 1110 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DC1F8B
Complementary color
Monochromatic Colors of #DC1F8B
Black with #DC1F8B
Text Example
Text Example
White with #DC1F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F8B; }
p { color: rgb(220,31,139); }
H1.HeaderClassName
{
color: #DC1F8B;
}
.AnyTagClassName
{
color: #DC1F8B;
}
</style>
background-color css
<style>
a { background-color: #DC1F8B; }
a { background-color: rgb(220,31,139); }
div.DivClassName
{
background-color: #DC1F8B;
}
.BgClassName
{
background-color: #DC1F8B;
}
</style>
border-color css
<style>
span { border-color: #DC1F8B; }
span { border-color: rgb(220,31,139); }
td.TdClassName
{
border-color: #DC1F8B;
}
.TagClassName
{
border-color: #DC1F8B;
}
</style>