Shades of Cerise #DC4058
Tints of Cerise #DC4058
RGB
CMYK
RGB Variations
Color information
#DC4058 (or 0xDC4058) is known color: Cerise. HEX triplet: DC, 40 and 58. RGB value is (220,64,88). Sum of RGB (Red+Green+Blue) = 220+64+88=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4058 is #23BFA7. Grayscale: #717171. Windows color (decimal): -2342824 or 5783772. OLE color: 5783772.
HSL color Cylindrical-coordinate representation of color #DC4058: hue angle of 350.77º 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 #DC4058 is Cyan = 0, Magento = 0.71, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 88 | - |
| CMYK | 0 | 0.71 | 0.6 | 0.14 |
| HSL | 350.77º | 0.69% | 0.56% | - |
| HSV(B) | 350.77º | 0.71% | 0.86% | - |
| XYZ | 33.11 | 19.59 | 11.27 | - |
| YUV | 113.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 88 | 0 | 0.71 | 0.6 | 0.14 | 350.77 | 0.69 | 0.56 |
| Hex | DC | 40 | 58 | 0 | 47 | 3C | E | 15F | 45 | 38 |
| Octal | 334 | 100 | 130 | 0 | 107 | 74 | 16 | 537 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1011000 | 0 | 1000111 | 111100 | 1110 | 101011111 | 1000101 | 111000 |
Color Harmonies of #DC4058
Complementary color
Monochromatic Colors of #DC4058
Black with #DC4058
Text Example
Text Example
White with #DC4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4058; }
p { color: rgb(220,64,88); }
H1.HeaderClassName
{
color: #DC4058;
}
.AnyTagClassName
{
color: #DC4058;
}
</style>
background-color css
<style>
a { background-color: #DC4058; }
a { background-color: rgb(220,64,88); }
div.DivClassName
{
background-color: #DC4058;
}
.BgClassName
{
background-color: #DC4058;
}
</style>
border-color css
<style>
span { border-color: #DC4058; }
span { border-color: rgb(220,64,88); }
td.TdClassName
{
border-color: #DC4058;
}
.TagClassName
{
border-color: #DC4058;
}
</style>