Shades of Cerise #DC2F74
Tints of Cerise #DC2F74
RGB
CMYK
RGB Variations
Color information
#DC2F74 (or 0xDC2F74) is known color: Cerise. HEX triplet: DC, 2F and 74. RGB value is (220,47,116). Sum of RGB (Red+Green+Blue) = 220+47+116=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F74 is #23D08B. Grayscale: #6A6A6A. Windows color (decimal): -2347148 or 7614428. OLE color: 7614428.
HSL color Cylindrical-coordinate representation of color #DC2F74: hue angle of 336.07º 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 #DC2F74 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 116 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.14 |
| HSL | 336.07º | 0.71% | 0.52% | - |
| HSV(B) | 336.07º | 0.79% | 0.86% | - |
| XYZ | 33.68 | 18.51 | 18.32 | - |
| YUV | 106.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 116 | 0 | 0.79 | 0.47 | 0.14 | 336.07 | 0.71 | 0.52 |
| Hex | DC | 2F | 74 | 0 | 4F | 2F | E | 150 | 47 | 34 |
| Octal | 334 | 57 | 164 | 0 | 117 | 57 | 16 | 520 | 107 | 64 |
| Binary | 11011100 | 101111 | 1110100 | 0 | 1001111 | 101111 | 1110 | 101010000 | 1000111 | 110100 |
Color Harmonies of #DC2F74
Complementary color
Monochromatic Colors of #DC2F74
Black with #DC2F74
Text Example
Text Example
White with #DC2F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F74; }
p { color: rgb(220,47,116); }
H1.HeaderClassName
{
color: #DC2F74;
}
.AnyTagClassName
{
color: #DC2F74;
}
</style>
background-color css
<style>
a { background-color: #DC2F74; }
a { background-color: rgb(220,47,116); }
div.DivClassName
{
background-color: #DC2F74;
}
.BgClassName
{
background-color: #DC2F74;
}
</style>
border-color css
<style>
span { border-color: #DC2F74; }
span { border-color: rgb(220,47,116); }
td.TdClassName
{
border-color: #DC2F74;
}
.TagClassName
{
border-color: #DC2F74;
}
</style>