Shades of Cerise #DC3B6A
Tints of Cerise #DC3B6A
RGB
CMYK
RGB Variations
Color information
#DC3B6A (or 0xDC3B6A) is known color: Cerise. HEX triplet: DC, 3B and 6A. RGB value is (220,59,106). Sum of RGB (Red+Green+Blue) = 220+59+106=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B6A is #23C495. Grayscale: #707070. Windows color (decimal): -2344086 or 6962140. OLE color: 6962140.
HSL color Cylindrical-coordinate representation of color #DC3B6A: hue angle of 342.48º 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 #DC3B6A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 106 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.14 |
| HSL | 342.48º | 0.7% | 0.55% | - |
| HSV(B) | 342.48º | 0.73% | 0.86% | - |
| XYZ | 33.68 | 19.38 | 15.6 | - |
| YUV | 112.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 106 | 0 | 0.73 | 0.52 | 0.14 | 342.48 | 0.7 | 0.55 |
| Hex | DC | 3B | 6A | 0 | 49 | 34 | E | 156 | 46 | 37 |
| Octal | 334 | 73 | 152 | 0 | 111 | 64 | 16 | 526 | 106 | 67 |
| Binary | 11011100 | 111011 | 1101010 | 0 | 1001001 | 110100 | 1110 | 101010110 | 1000110 | 110111 |
Color Harmonies of #DC3B6A
Complementary color
Monochromatic Colors of #DC3B6A
Black with #DC3B6A
Text Example
Text Example
White with #DC3B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B6A; }
p { color: rgb(220,59,106); }
H1.HeaderClassName
{
color: #DC3B6A;
}
.AnyTagClassName
{
color: #DC3B6A;
}
</style>
background-color css
<style>
a { background-color: #DC3B6A; }
a { background-color: rgb(220,59,106); }
div.DivClassName
{
background-color: #DC3B6A;
}
.BgClassName
{
background-color: #DC3B6A;
}
</style>
border-color css
<style>
span { border-color: #DC3B6A; }
span { border-color: rgb(220,59,106); }
td.TdClassName
{
border-color: #DC3B6A;
}
.TagClassName
{
border-color: #DC3B6A;
}
</style>