Shades of Cerise #DC3B5D
Tints of Cerise #DC3B5D
RGB
CMYK
RGB Variations
Color information
#DC3B5D (or 0xDC3B5D) is known color: Cerise. HEX triplet: DC, 3B and 5D. RGB value is (220,59,93). Sum of RGB (Red+Green+Blue) = 220+59+93=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B5D is #23C4A2. Grayscale: #6F6F6F. Windows color (decimal): -2344099 or 6110172. OLE color: 6110172.
HSL color Cylindrical-coordinate representation of color #DC3B5D: hue angle of 347.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B5D is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 93 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.14 |
| HSL | 347.33º | 0.7% | 0.55% | - |
| HSV(B) | 347.33º | 0.73% | 0.86% | - |
| XYZ | 33.05 | 19.13 | 12.31 | - |
| YUV | 111.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 93 | 0 | 0.73 | 0.58 | 0.14 | 347.33 | 0.7 | 0.55 |
| Hex | DC | 3B | 5D | 0 | 49 | 3A | E | 15B | 46 | 37 |
| Octal | 334 | 73 | 135 | 0 | 111 | 72 | 16 | 533 | 106 | 67 |
| Binary | 11011100 | 111011 | 1011101 | 0 | 1001001 | 111010 | 1110 | 101011011 | 1000110 | 110111 |
Color Harmonies of #DC3B5D
Complementary color
Monochromatic Colors of #DC3B5D
Black with #DC3B5D
Text Example
Text Example
White with #DC3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B5D; }
p { color: rgb(220,59,93); }
H1.HeaderClassName
{
color: #DC3B5D;
}
.AnyTagClassName
{
color: #DC3B5D;
}
</style>
background-color css
<style>
a { background-color: #DC3B5D; }
a { background-color: rgb(220,59,93); }
div.DivClassName
{
background-color: #DC3B5D;
}
.BgClassName
{
background-color: #DC3B5D;
}
</style>
border-color css
<style>
span { border-color: #DC3B5D; }
span { border-color: rgb(220,59,93); }
td.TdClassName
{
border-color: #DC3B5D;
}
.TagClassName
{
border-color: #DC3B5D;
}
</style>