Shades of Cerise #DF2565
Tints of Cerise #DF2565
RGB
CMYK
RGB Variations
Color information
#DF2565 (or 0xDF2565) is known color: Cerise. HEX triplet: DF, 25 and 65. RGB value is (223,37,101). Sum of RGB (Red+Green+Blue) = 223+37+101=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2565 is #20DA9A. Grayscale: #636363. Windows color (decimal): -2153115 or 6628831. OLE color: 6628831.
HSL color Cylindrical-coordinate representation of color #DF2565: hue angle of 339.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2565 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 101 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.13 |
| HSL | 339.35º | 0.74% | 0.51% | - |
| HSV(B) | 339.35º | 0.83% | 0.87% | - |
| XYZ | 33.44 | 17.95 | 14.01 | - |
| YUV | 99.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 101 | 0 | 0.83 | 0.55 | 0.13 | 339.35 | 0.74 | 0.51 |
| Hex | DF | 25 | 65 | 0 | 53 | 37 | D | 153 | 4A | 33 |
| Octal | 337 | 45 | 145 | 0 | 123 | 67 | 15 | 523 | 112 | 63 |
| Binary | 11011111 | 100101 | 1100101 | 0 | 1010011 | 110111 | 1101 | 101010011 | 1001010 | 110011 |
Color Harmonies of #DF2565
Complementary color
Monochromatic Colors of #DF2565
Black with #DF2565
Text Example
Text Example
White with #DF2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2565; }
p { color: rgb(223,37,101); }
H1.HeaderClassName
{
color: #DF2565;
}
.AnyTagClassName
{
color: #DF2565;
}
</style>
background-color css
<style>
a { background-color: #DF2565; }
a { background-color: rgb(223,37,101); }
div.DivClassName
{
background-color: #DF2565;
}
.BgClassName
{
background-color: #DF2565;
}
</style>
border-color css
<style>
span { border-color: #DF2565; }
span { border-color: rgb(223,37,101); }
td.TdClassName
{
border-color: #DF2565;
}
.TagClassName
{
border-color: #DF2565;
}
</style>