Shades of Deep Cerise #DC2F7B
Tints of Deep Cerise #DC2F7B
RGB
CMYK
RGB Variations
Color information
#DC2F7B (or 0xDC2F7B) is known color: Deep Cerise. HEX triplet: DC, 2F and 7B. RGB value is (220,47,123). Sum of RGB (Red+Green+Blue) = 220+47+123=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F7B is #23D084. Grayscale: #6B6B6B. Windows color (decimal): -2347141 or 8073180. OLE color: 8073180.
HSL color Cylindrical-coordinate representation of color #DC2F7B: hue angle of 333.64º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F7B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 123 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.14 |
| HSL | 333.64º | 0.71% | 0.52% | - |
| HSV(B) | 333.64º | 0.79% | 0.86% | - |
| XYZ | 34.11 | 18.68 | 20.55 | - |
| YUV | 107.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 123 | 0 | 0.79 | 0.44 | 0.14 | 333.64 | 0.71 | 0.52 |
| Hex | DC | 2F | 7B | 0 | 4F | 2C | E | 14E | 47 | 34 |
| Octal | 334 | 57 | 173 | 0 | 117 | 54 | 16 | 516 | 107 | 64 |
| Binary | 11011100 | 101111 | 1111011 | 0 | 1001111 | 101100 | 1110 | 101001110 | 1000111 | 110100 |
Color Harmonies of #DC2F7B
Complementary color
Monochromatic Colors of #DC2F7B
Black with #DC2F7B
Text Example
Text Example
White with #DC2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F7B; }
p { color: rgb(220,47,123); }
H1.HeaderClassName
{
color: #DC2F7B;
}
.AnyTagClassName
{
color: #DC2F7B;
}
</style>
background-color css
<style>
a { background-color: #DC2F7B; }
a { background-color: rgb(220,47,123); }
div.DivClassName
{
background-color: #DC2F7B;
}
.BgClassName
{
background-color: #DC2F7B;
}
</style>
border-color css
<style>
span { border-color: #DC2F7B; }
span { border-color: rgb(220,47,123); }
td.TdClassName
{
border-color: #DC2F7B;
}
.TagClassName
{
border-color: #DC2F7B;
}
</style>