Shades of Cerise #DF415F
Tints of Cerise #DF415F
RGB
CMYK
RGB Variations
Color information
#DF415F (or 0xDF415F) is known color: Cerise. HEX triplet: DF, 41 and 5F. RGB value is (223,65,95). Sum of RGB (Red+Green+Blue) = 223+65+95=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF415F is #20BEA0. Grayscale: #737373. Windows color (decimal): -2145953 or 6242783. OLE color: 6242783.
HSL color Cylindrical-coordinate representation of color #DF415F: hue angle of 348.61º 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 #DF415F is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 95 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.13 |
| HSL | 348.61º | 0.71% | 0.56% | - |
| HSV(B) | 348.61º | 0.71% | 0.87% | - |
| XYZ | 34.39 | 20.29 | 12.93 | - |
| YUV | 115.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 95 | 0 | 0.71 | 0.57 | 0.13 | 348.61 | 0.71 | 0.56 |
| Hex | DF | 41 | 5F | 0 | 47 | 39 | D | 15D | 47 | 38 |
| Octal | 337 | 101 | 137 | 0 | 107 | 71 | 15 | 535 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1011111 | 0 | 1000111 | 111001 | 1101 | 101011101 | 1000111 | 111000 |
Color Harmonies of #DF415F
Complementary color
Monochromatic Colors of #DF415F
Black with #DF415F
Text Example
Text Example
White with #DF415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF415F; }
p { color: rgb(223,65,95); }
H1.HeaderClassName
{
color: #DF415F;
}
.AnyTagClassName
{
color: #DF415F;
}
</style>
background-color css
<style>
a { background-color: #DF415F; }
a { background-color: rgb(223,65,95); }
div.DivClassName
{
background-color: #DF415F;
}
.BgClassName
{
background-color: #DF415F;
}
</style>
border-color css
<style>
span { border-color: #DF415F; }
span { border-color: rgb(223,65,95); }
td.TdClassName
{
border-color: #DF415F;
}
.TagClassName
{
border-color: #DF415F;
}
</style>