Shades of Cerise #DF415C
Tints of Cerise #DF415C
RGB
CMYK
RGB Variations
Color information
#DF415C (or 0xDF415C) is known color: Cerise. HEX triplet: DF, 41 and 5C. RGB value is (223,65,92). Sum of RGB (Red+Green+Blue) = 223+65+92=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF415C is #20BEA3. Grayscale: #737373. Windows color (decimal): -2145956 or 6046175. OLE color: 6046175.
HSL color Cylindrical-coordinate representation of color #DF415C: hue angle of 349.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF415C is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 92 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.13 |
| HSL | 349.75º | 0.71% | 0.56% | - |
| HSV(B) | 349.75º | 0.71% | 0.87% | - |
| XYZ | 34.25 | 20.24 | 12.23 | - |
| YUV | 115.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 92 | 0 | 0.71 | 0.59 | 0.13 | 349.75 | 0.71 | 0.56 |
| Hex | DF | 41 | 5C | 0 | 47 | 3B | D | 15E | 47 | 38 |
| Octal | 337 | 101 | 134 | 0 | 107 | 73 | 15 | 536 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1011100 | 0 | 1000111 | 111011 | 1101 | 101011110 | 1000111 | 111000 |
Color Harmonies of #DF415C
Complementary color
Monochromatic Colors of #DF415C
Black with #DF415C
Text Example
Text Example
White with #DF415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF415C; }
p { color: rgb(223,65,92); }
H1.HeaderClassName
{
color: #DF415C;
}
.AnyTagClassName
{
color: #DF415C;
}
</style>
background-color css
<style>
a { background-color: #DF415C; }
a { background-color: rgb(223,65,92); }
div.DivClassName
{
background-color: #DF415C;
}
.BgClassName
{
background-color: #DF415C;
}
</style>
border-color css
<style>
span { border-color: #DF415C; }
span { border-color: rgb(223,65,92); }
td.TdClassName
{
border-color: #DF415C;
}
.TagClassName
{
border-color: #DF415C;
}
</style>