Shades of Cerise #DF415A
Tints of Cerise #DF415A
RGB
CMYK
RGB Variations
Color information
#DF415A (or 0xDF415A) is known color: Cerise. HEX triplet: DF, 41 and 5A. RGB value is (223,65,90). Sum of RGB (Red+Green+Blue) = 223+65+90=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF415A is #20BEA5. Grayscale: #737373. Windows color (decimal): -2145958 or 5915103. OLE color: 5915103.
HSL color Cylindrical-coordinate representation of color #DF415A: hue angle of 350.51º 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 #DF415A is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 90 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.13 |
| HSL | 350.51º | 0.71% | 0.56% | - |
| HSV(B) | 350.51º | 0.71% | 0.87% | - |
| XYZ | 34.17 | 20.21 | 11.77 | - |
| YUV | 115.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 90 | 0 | 0.71 | 0.60 | 0.13 | 350.51 | 0.71 | 0.56 |
| Hex | DF | 41 | 5A | 0 | 47 | 3C | D | 15F | 47 | 38 |
| Octal | 337 | 101 | 132 | 0 | 107 | 74 | 15 | 537 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1011010 | 0 | 1000111 | 111100 | 1101 | 101011111 | 1000111 | 111000 |
Color Harmonies of #DF415A
Complementary color
Monochromatic Colors of #DF415A
Black with #DF415A
Text Example
Text Example
White with #DF415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF415A; }
p { color: rgb(223,65,90); }
H1.HeaderClassName
{
color: #DF415A;
}
.AnyTagClassName
{
color: #DF415A;
}
</style>
background-color css
<style>
a { background-color: #DF415A; }
a { background-color: rgb(223,65,90); }
div.DivClassName
{
background-color: #DF415A;
}
.BgClassName
{
background-color: #DF415A;
}
</style>
border-color css
<style>
span { border-color: #DF415A; }
span { border-color: rgb(223,65,90); }
td.TdClassName
{
border-color: #DF415A;
}
.TagClassName
{
border-color: #DF415A;
}
</style>