Shades of Cerise #DF4058
Tints of Cerise #DF4058
RGB
CMYK
RGB Variations
Color information
#DF4058 (or 0xDF4058) is known color: Cerise. HEX triplet: DF, 40 and 58. RGB value is (223,64,88). Sum of RGB (Red+Green+Blue) = 223+64+88=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4058 is #20BFA7. Grayscale: #727272. Windows color (decimal): -2146216 or 5783775. OLE color: 5783775.
HSL color Cylindrical-coordinate representation of color #DF4058: hue angle of 350.94º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4058 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 88 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.13 |
| HSL | 350.94º | 0.71% | 0.56% | - |
| HSV(B) | 350.94º | 0.71% | 0.87% | - |
| XYZ | 34.03 | 20.06 | 11.31 | - |
| YUV | 114.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 88 | 0 | 0.71 | 0.61 | 0.13 | 350.94 | 0.71 | 0.56 |
| Hex | DF | 40 | 58 | 0 | 47 | 3D | D | 15F | 47 | 38 |
| Octal | 337 | 100 | 130 | 0 | 107 | 75 | 15 | 537 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1011000 | 0 | 1000111 | 111101 | 1101 | 101011111 | 1000111 | 111000 |
Color Harmonies of #DF4058
Complementary color
Monochromatic Colors of #DF4058
Black with #DF4058
Text Example
Text Example
White with #DF4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4058; }
p { color: rgb(223,64,88); }
H1.HeaderClassName
{
color: #DF4058;
}
.AnyTagClassName
{
color: #DF4058;
}
</style>
background-color css
<style>
a { background-color: #DF4058; }
a { background-color: rgb(223,64,88); }
div.DivClassName
{
background-color: #DF4058;
}
.BgClassName
{
background-color: #DF4058;
}
</style>
border-color css
<style>
span { border-color: #DF4058; }
span { border-color: rgb(223,64,88); }
td.TdClassName
{
border-color: #DF4058;
}
.TagClassName
{
border-color: #DF4058;
}
</style>