Shades of Cerise #DF396A
Tints of Cerise #DF396A
RGB
CMYK
RGB Variations
Color information
#DF396A (or 0xDF396A) is known color: Cerise. HEX triplet: DF, 39 and 6A. RGB value is (223,57,106). Sum of RGB (Red+Green+Blue) = 223+57+106=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF396A is #20C695. Grayscale: #707070. Windows color (decimal): -2147990 or 6961631. OLE color: 6961631.
HSL color Cylindrical-coordinate representation of color #DF396A: hue angle of 342.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF396A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 106 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.13 |
| HSL | 342.29º | 0.72% | 0.55% | - |
| HSV(B) | 342.29º | 0.74% | 0.87% | - |
| XYZ | 34.5 | 19.65 | 15.61 | - |
| YUV | 112.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 106 | 0 | 0.74 | 0.52 | 0.13 | 342.29 | 0.72 | 0.55 |
| Hex | DF | 39 | 6A | 0 | 4A | 34 | D | 156 | 48 | 37 |
| Octal | 337 | 71 | 152 | 0 | 112 | 64 | 15 | 526 | 110 | 67 |
| Binary | 11011111 | 111001 | 1101010 | 0 | 1001010 | 110100 | 1101 | 101010110 | 1001000 | 110111 |
Color Harmonies of #DF396A
Complementary color
Monochromatic Colors of #DF396A
Black with #DF396A
Text Example
Text Example
White with #DF396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF396A; }
p { color: rgb(223,57,106); }
H1.HeaderClassName
{
color: #DF396A;
}
.AnyTagClassName
{
color: #DF396A;
}
</style>
background-color css
<style>
a { background-color: #DF396A; }
a { background-color: rgb(223,57,106); }
div.DivClassName
{
background-color: #DF396A;
}
.BgClassName
{
background-color: #DF396A;
}
</style>
border-color css
<style>
span { border-color: #DF396A; }
span { border-color: rgb(223,57,106); }
td.TdClassName
{
border-color: #DF396A;
}
.TagClassName
{
border-color: #DF396A;
}
</style>