Shades of Cerise #DF3358
Tints of Cerise #DF3358
RGB
CMYK
RGB Variations
Color information
#DF3358 (or 0xDF3358) is known color: Cerise. HEX triplet: DF, 33 and 58. RGB value is (223,51,88). Sum of RGB (Red+Green+Blue) = 223+51+88=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3358 is #20CCA7. Grayscale: #6A6A6A. Windows color (decimal): -2149544 or 5780447. OLE color: 5780447.
HSL color Cylindrical-coordinate representation of color #DF3358: hue angle of 347.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3358 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 88 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.13 |
| HSL | 347.09º | 0.73% | 0.54% | - |
| HSV(B) | 347.09º | 0.77% | 0.87% | - |
| XYZ | 33.38 | 18.76 | 11.09 | - |
| YUV | 106.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 88 | 0 | 0.77 | 0.61 | 0.13 | 347.09 | 0.73 | 0.54 |
| Hex | DF | 33 | 58 | 0 | 4D | 3D | D | 15B | 49 | 36 |
| Octal | 337 | 63 | 130 | 0 | 115 | 75 | 15 | 533 | 111 | 66 |
| Binary | 11011111 | 110011 | 1011000 | 0 | 1001101 | 111101 | 1101 | 101011011 | 1001001 | 110110 |
Color Harmonies of #DF3358
Complementary color
Monochromatic Colors of #DF3358
Black with #DF3358
Text Example
Text Example
White with #DF3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3358; }
p { color: rgb(223,51,88); }
H1.HeaderClassName
{
color: #DF3358;
}
.AnyTagClassName
{
color: #DF3358;
}
</style>
background-color css
<style>
a { background-color: #DF3358; }
a { background-color: rgb(223,51,88); }
div.DivClassName
{
background-color: #DF3358;
}
.BgClassName
{
background-color: #DF3358;
}
</style>
border-color css
<style>
span { border-color: #DF3358; }
span { border-color: rgb(223,51,88); }
td.TdClassName
{
border-color: #DF3358;
}
.TagClassName
{
border-color: #DF3358;
}
</style>