Shades of Cerise #DC3F63
Tints of Cerise #DC3F63
RGB
CMYK
RGB Variations
Color information
#DC3F63 (or 0xDC3F63) is known color: Cerise. HEX triplet: DC, 3F and 63. RGB value is (220,63,99). Sum of RGB (Red+Green+Blue) = 220+63+99=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F63 is #23C09C. Grayscale: #727272. Windows color (decimal): -2343069 or 6504412. OLE color: 6504412.
HSL color Cylindrical-coordinate representation of color #DC3F63: hue angle of 346.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F63 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 99 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.14 |
| HSL | 346.24º | 0.69% | 0.55% | - |
| HSV(B) | 346.24º | 0.71% | 0.86% | - |
| XYZ | 33.54 | 19.67 | 13.83 | - |
| YUV | 114.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 99 | 0 | 0.71 | 0.55 | 0.14 | 346.24 | 0.69 | 0.55 |
| Hex | DC | 3F | 63 | 0 | 47 | 37 | E | 15A | 45 | 37 |
| Octal | 334 | 77 | 143 | 0 | 107 | 67 | 16 | 532 | 105 | 67 |
| Binary | 11011100 | 111111 | 1100011 | 0 | 1000111 | 110111 | 1110 | 101011010 | 1000101 | 110111 |
Color Harmonies of #DC3F63
Complementary color
Monochromatic Colors of #DC3F63
Black with #DC3F63
Text Example
Text Example
White with #DC3F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F63; }
p { color: rgb(220,63,99); }
H1.HeaderClassName
{
color: #DC3F63;
}
.AnyTagClassName
{
color: #DC3F63;
}
</style>
background-color css
<style>
a { background-color: #DC3F63; }
a { background-color: rgb(220,63,99); }
div.DivClassName
{
background-color: #DC3F63;
}
.BgClassName
{
background-color: #DC3F63;
}
</style>
border-color css
<style>
span { border-color: #DC3F63; }
span { border-color: rgb(220,63,99); }
td.TdClassName
{
border-color: #DC3F63;
}
.TagClassName
{
border-color: #DC3F63;
}
</style>