Shades of Deep Cerise #DC1B7D
Tints of Deep Cerise #DC1B7D
RGB
CMYK
RGB Variations
Color information
#DC1B7D (or 0xDC1B7D) is known color: Deep Cerise. HEX triplet: DC, 1B and 7D. RGB value is (220,27,125). Sum of RGB (Red+Green+Blue) = 220+27+125=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B7D is #23E482. Grayscale: #5F5F5F. Windows color (decimal): -2352259 or 8199132. OLE color: 8199132.
HSL color Cylindrical-coordinate representation of color #DC1B7D: hue angle of 329.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B7D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 125 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.14 |
| HSL | 329.53º | 0.78% | 0.48% | - |
| HSV(B) | 329.53º | 0.88% | 0.86% | - |
| XYZ | 33.61 | 17.48 | 21 | - |
| YUV | 95.88 | 144.44 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 125 | 0 | 0.88 | 0.43 | 0.14 | 329.53 | 0.78 | 0.48 |
| Hex | DC | 1B | 7D | 0 | 58 | 2B | E | 14A | 4E | 30 |
| Octal | 334 | 33 | 175 | 0 | 130 | 53 | 16 | 512 | 116 | 60 |
| Binary | 11011100 | 11011 | 1111101 | 0 | 1011000 | 101011 | 1110 | 101001010 | 1001110 | 110000 |
Color Harmonies of #DC1B7D
Complementary color
Monochromatic Colors of #DC1B7D
Black with #DC1B7D
Text Example
Text Example
White with #DC1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B7D; }
p { color: rgb(220,27,125); }
H1.HeaderClassName
{
color: #DC1B7D;
}
.AnyTagClassName
{
color: #DC1B7D;
}
</style>
background-color css
<style>
a { background-color: #DC1B7D; }
a { background-color: rgb(220,27,125); }
div.DivClassName
{
background-color: #DC1B7D;
}
.BgClassName
{
background-color: #DC1B7D;
}
</style>
border-color css
<style>
span { border-color: #DC1B7D; }
span { border-color: rgb(220,27,125); }
td.TdClassName
{
border-color: #DC1B7D;
}
.TagClassName
{
border-color: #DC1B7D;
}
</style>