Shades of Cerise #DC4263
Tints of Cerise #DC4263
RGB
CMYK
RGB Variations
Color information
#DC4263 (or 0xDC4263) is known color: Cerise. HEX triplet: DC, 42 and 63. RGB value is (220,66,99). Sum of RGB (Red+Green+Blue) = 220+66+99=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4263 is #23BD9C. Grayscale: #737373. Windows color (decimal): -2342301 or 6505180. OLE color: 6505180.
HSL color Cylindrical-coordinate representation of color #DC4263: hue angle of 347.14º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4263 is Cyan = 0, Magento = 0.7, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 99 | - |
| CMYK | 0 | 0.7 | 0.55 | 0.14 |
| HSL | 347.14º | 0.69% | 0.56% | - |
| HSV(B) | 347.14º | 0.7% | 0.86% | - |
| XYZ | 33.72 | 20.01 | 13.89 | - |
| YUV | 115.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 99 | 0 | 0.7 | 0.55 | 0.14 | 347.14 | 0.69 | 0.56 |
| Hex | DC | 42 | 63 | 0 | 46 | 37 | E | 15B | 45 | 38 |
| Octal | 334 | 102 | 143 | 0 | 106 | 67 | 16 | 533 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1100011 | 0 | 1000110 | 110111 | 1110 | 101011011 | 1000101 | 111000 |
Color Harmonies of #DC4263
Complementary color
Monochromatic Colors of #DC4263
Black with #DC4263
Text Example
Text Example
White with #DC4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4263; }
p { color: rgb(220,66,99); }
H1.HeaderClassName
{
color: #DC4263;
}
.AnyTagClassName
{
color: #DC4263;
}
</style>
background-color css
<style>
a { background-color: #DC4263; }
a { background-color: rgb(220,66,99); }
div.DivClassName
{
background-color: #DC4263;
}
.BgClassName
{
background-color: #DC4263;
}
</style>
border-color css
<style>
span { border-color: #DC4263; }
span { border-color: rgb(220,66,99); }
td.TdClassName
{
border-color: #DC4263;
}
.TagClassName
{
border-color: #DC4263;
}
</style>