Shades of Cerise #DC3463
Tints of Cerise #DC3463
RGB
CMYK
RGB Variations
Color information
#DC3463 (or 0xDC3463) is known color: Cerise. HEX triplet: DC, 34 and 63. RGB value is (220,52,99). Sum of RGB (Red+Green+Blue) = 220+52+99=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3463 is #23CB9C. Grayscale: #6B6B6B. Windows color (decimal): -2345885 or 6501596. OLE color: 6501596.
HSL color Cylindrical-coordinate representation of color #DC3463: hue angle of 343.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3463 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 99 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.14 |
| HSL | 343.21º | 0.71% | 0.53% | - |
| HSV(B) | 343.21º | 0.76% | 0.86% | - |
| XYZ | 33 | 18.57 | 13.65 | - |
| YUV | 107.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 99 | 0 | 0.76 | 0.55 | 0.14 | 343.21 | 0.71 | 0.53 |
| Hex | DC | 34 | 63 | 0 | 4C | 37 | E | 157 | 47 | 35 |
| Octal | 334 | 64 | 143 | 0 | 114 | 67 | 16 | 527 | 107 | 65 |
| Binary | 11011100 | 110100 | 1100011 | 0 | 1001100 | 110111 | 1110 | 101010111 | 1000111 | 110101 |
Color Harmonies of #DC3463
Complementary color
Monochromatic Colors of #DC3463
Black with #DC3463
Text Example
Text Example
White with #DC3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3463; }
p { color: rgb(220,52,99); }
H1.HeaderClassName
{
color: #DC3463;
}
.AnyTagClassName
{
color: #DC3463;
}
</style>
background-color css
<style>
a { background-color: #DC3463; }
a { background-color: rgb(220,52,99); }
div.DivClassName
{
background-color: #DC3463;
}
.BgClassName
{
background-color: #DC3463;
}
</style>
border-color css
<style>
span { border-color: #DC3463; }
span { border-color: rgb(220,52,99); }
td.TdClassName
{
border-color: #DC3463;
}
.TagClassName
{
border-color: #DC3463;
}
</style>