Shades of Cerise #DF3462
Tints of Cerise #DF3462
RGB
CMYK
RGB Variations
Color information
#DF3462 (or 0xDF3462) is known color: Cerise. HEX triplet: DF, 34 and 62. RGB value is (223,52,98). Sum of RGB (Red+Green+Blue) = 223+52+98=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3462 is #20CB9D. Grayscale: #6C6C6C. Windows color (decimal): -2149278 or 6436063. OLE color: 6436063.
HSL color Cylindrical-coordinate representation of color #DF3462: hue angle of 343.86º 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 #DF3462 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 98 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.13 |
| HSL | 343.86º | 0.73% | 0.54% | - |
| HSV(B) | 343.86º | 0.77% | 0.87% | - |
| XYZ | 33.86 | 19.03 | 13.44 | - |
| YUV | 108.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 98 | 0 | 0.77 | 0.56 | 0.13 | 343.86 | 0.73 | 0.54 |
| Hex | DF | 34 | 62 | 0 | 4D | 38 | D | 158 | 49 | 36 |
| Octal | 337 | 64 | 142 | 0 | 115 | 70 | 15 | 530 | 111 | 66 |
| Binary | 11011111 | 110100 | 1100010 | 0 | 1001101 | 111000 | 1101 | 101011000 | 1001001 | 110110 |
Color Harmonies of #DF3462
Complementary color
Monochromatic Colors of #DF3462
Black with #DF3462
Text Example
Text Example
White with #DF3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3462; }
p { color: rgb(223,52,98); }
H1.HeaderClassName
{
color: #DF3462;
}
.AnyTagClassName
{
color: #DF3462;
}
</style>
background-color css
<style>
a { background-color: #DF3462; }
a { background-color: rgb(223,52,98); }
div.DivClassName
{
background-color: #DF3462;
}
.BgClassName
{
background-color: #DF3462;
}
</style>
border-color css
<style>
span { border-color: #DF3462; }
span { border-color: rgb(223,52,98); }
td.TdClassName
{
border-color: #DF3462;
}
.TagClassName
{
border-color: #DF3462;
}
</style>