Shades of Cerise #DF3374
Tints of Cerise #DF3374
RGB
CMYK
RGB Variations
Color information
#DF3374 (or 0xDF3374) is known color: Cerise. HEX triplet: DF, 33 and 74. RGB value is (223,51,116). Sum of RGB (Red+Green+Blue) = 223+51+116=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3374 is #20CC8B. Grayscale: #6D6D6D. Windows color (decimal): -2149516 or 7615455. OLE color: 7615455.
HSL color Cylindrical-coordinate representation of color #DF3374: hue angle of 337.33º 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 #DF3374 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 116 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.13 |
| HSL | 337.33º | 0.73% | 0.54% | - |
| HSV(B) | 337.33º | 0.77% | 0.87% | - |
| XYZ | 34.77 | 19.32 | 18.42 | - |
| YUV | 109.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 116 | 0 | 0.77 | 0.48 | 0.13 | 337.33 | 0.73 | 0.54 |
| Hex | DF | 33 | 74 | 0 | 4D | 30 | D | 151 | 49 | 36 |
| Octal | 337 | 63 | 164 | 0 | 115 | 60 | 15 | 521 | 111 | 66 |
| Binary | 11011111 | 110011 | 1110100 | 0 | 1001101 | 110000 | 1101 | 101010001 | 1001001 | 110110 |
Color Harmonies of #DF3374
Complementary color
Monochromatic Colors of #DF3374
Black with #DF3374
Text Example
Text Example
White with #DF3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3374; }
p { color: rgb(223,51,116); }
H1.HeaderClassName
{
color: #DF3374;
}
.AnyTagClassName
{
color: #DF3374;
}
</style>
background-color css
<style>
a { background-color: #DF3374; }
a { background-color: rgb(223,51,116); }
div.DivClassName
{
background-color: #DF3374;
}
.BgClassName
{
background-color: #DF3374;
}
</style>
border-color css
<style>
span { border-color: #DF3374; }
span { border-color: rgb(223,51,116); }
td.TdClassName
{
border-color: #DF3374;
}
.TagClassName
{
border-color: #DF3374;
}
</style>