Shades of Cerise #DC4068
Tints of Cerise #DC4068
RGB
CMYK
RGB Variations
Color information
#DC4068 (or 0xDC4068) is known color: Cerise. HEX triplet: DC, 40 and 68. RGB value is (220,64,104). Sum of RGB (Red+Green+Blue) = 220+64+104=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4068 is #23BF97. Grayscale: #737373. Windows color (decimal): -2342808 or 6832348. OLE color: 6832348.
HSL color Cylindrical-coordinate representation of color #DC4068: hue angle of 344.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4068 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 104 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.14 |
| HSL | 344.62º | 0.69% | 0.56% | - |
| HSV(B) | 344.62º | 0.71% | 0.86% | - |
| XYZ | 33.85 | 19.88 | 15.15 | - |
| YUV | 115.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 104 | 0 | 0.71 | 0.53 | 0.14 | 344.62 | 0.69 | 0.56 |
| Hex | DC | 40 | 68 | 0 | 47 | 35 | E | 159 | 45 | 38 |
| Octal | 334 | 100 | 150 | 0 | 107 | 65 | 16 | 531 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1101000 | 0 | 1000111 | 110101 | 1110 | 101011001 | 1000101 | 111000 |
Color Harmonies of #DC4068
Complementary color
Monochromatic Colors of #DC4068
Black with #DC4068
Text Example
Text Example
White with #DC4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4068; }
p { color: rgb(220,64,104); }
H1.HeaderClassName
{
color: #DC4068;
}
.AnyTagClassName
{
color: #DC4068;
}
</style>
background-color css
<style>
a { background-color: #DC4068; }
a { background-color: rgb(220,64,104); }
div.DivClassName
{
background-color: #DC4068;
}
.BgClassName
{
background-color: #DC4068;
}
</style>
border-color css
<style>
span { border-color: #DC4068; }
span { border-color: rgb(220,64,104); }
td.TdClassName
{
border-color: #DC4068;
}
.TagClassName
{
border-color: #DC4068;
}
</style>