Shades of Cerise #DF3664
Tints of Cerise #DF3664
RGB
CMYK
RGB Variations
Color information
#DF3664 (or 0xDF3664) is known color: Cerise. HEX triplet: DF, 36 and 64. RGB value is (223,54,100). Sum of RGB (Red+Green+Blue) = 223+54+100=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3664 is #20C99B. Grayscale: #6D6D6D. Windows color (decimal): -2148764 or 6567647. OLE color: 6567647.
HSL color Cylindrical-coordinate representation of color #DF3664: hue angle of 343.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3664 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 100 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.13 |
| HSL | 343.67º | 0.73% | 0.54% | - |
| HSV(B) | 343.67º | 0.76% | 0.87% | - |
| XYZ | 34.05 | 19.25 | 13.98 | - |
| YUV | 109.78 | 122.49 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 100 | 0 | 0.76 | 0.55 | 0.13 | 343.67 | 0.73 | 0.54 |
| Hex | DF | 36 | 64 | 0 | 4C | 37 | D | 158 | 49 | 36 |
| Octal | 337 | 66 | 144 | 0 | 114 | 67 | 15 | 530 | 111 | 66 |
| Binary | 11011111 | 110110 | 1100100 | 0 | 1001100 | 110111 | 1101 | 101011000 | 1001001 | 110110 |
Color Harmonies of #DF3664
Complementary color
Monochromatic Colors of #DF3664
Black with #DF3664
Text Example
Text Example
White with #DF3664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3664; }
p { color: rgb(223,54,100); }
H1.HeaderClassName
{
color: #DF3664;
}
.AnyTagClassName
{
color: #DF3664;
}
</style>
background-color css
<style>
a { background-color: #DF3664; }
a { background-color: rgb(223,54,100); }
div.DivClassName
{
background-color: #DF3664;
}
.BgClassName
{
background-color: #DF3664;
}
</style>
border-color css
<style>
span { border-color: #DF3664; }
span { border-color: rgb(223,54,100); }
td.TdClassName
{
border-color: #DF3664;
}
.TagClassName
{
border-color: #DF3664;
}
</style>