Shades of Cerise #DC2F5B
Tints of Cerise #DC2F5B
RGB
CMYK
RGB Variations
Color information
#DC2F5B (or 0xDC2F5B) is known color: Cerise. HEX triplet: DC, 2F and 5B. RGB value is (220,47,91). Sum of RGB (Red+Green+Blue) = 220+47+91=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F5B is #23D0A4. Grayscale: #676767. Windows color (decimal): -2347173 or 5976028. OLE color: 5976028.
HSL color Cylindrical-coordinate representation of color #DC2F5B: hue angle of 344.74º 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 #DC2F5B is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 91 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.14 |
| HSL | 344.74º | 0.71% | 0.52% | - |
| HSV(B) | 344.74º | 0.79% | 0.86% | - |
| XYZ | 32.42 | 18 | 11.66 | - |
| YUV | 103.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 91 | 0 | 0.79 | 0.59 | 0.14 | 344.74 | 0.71 | 0.52 |
| Hex | DC | 2F | 5B | 0 | 4F | 3B | E | 159 | 47 | 34 |
| Octal | 334 | 57 | 133 | 0 | 117 | 73 | 16 | 531 | 107 | 64 |
| Binary | 11011100 | 101111 | 1011011 | 0 | 1001111 | 111011 | 1110 | 101011001 | 1000111 | 110100 |
Color Harmonies of #DC2F5B
Complementary color
Monochromatic Colors of #DC2F5B
Black with #DC2F5B
Text Example
Text Example
White with #DC2F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F5B; }
p { color: rgb(220,47,91); }
H1.HeaderClassName
{
color: #DC2F5B;
}
.AnyTagClassName
{
color: #DC2F5B;
}
</style>
background-color css
<style>
a { background-color: #DC2F5B; }
a { background-color: rgb(220,47,91); }
div.DivClassName
{
background-color: #DC2F5B;
}
.BgClassName
{
background-color: #DC2F5B;
}
</style>
border-color css
<style>
span { border-color: #DC2F5B; }
span { border-color: rgb(220,47,91); }
td.TdClassName
{
border-color: #DC2F5B;
}
.TagClassName
{
border-color: #DC2F5B;
}
</style>