Shades of Cerise #DF2B63
Tints of Cerise #DF2B63
RGB
CMYK
RGB Variations
Color information
#DF2B63 (or 0xDF2B63) is known color: Cerise. HEX triplet: DF, 2B and 63. RGB value is (223,43,99). Sum of RGB (Red+Green+Blue) = 223+43+99=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B63 is #20D49C. Grayscale: #676767. Windows color (decimal): -2151581 or 6499295. OLE color: 6499295.
HSL color Cylindrical-coordinate representation of color #DF2B63: hue angle of 341.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B63 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 99 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.13 |
| HSL | 341.33º | 0.74% | 0.52% | - |
| HSV(B) | 341.33º | 0.81% | 0.87% | - |
| XYZ | 33.55 | 18.32 | 13.57 | - |
| YUV | 103.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 99 | 0 | 0.81 | 0.56 | 0.13 | 341.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 63 | 0 | 51 | 38 | D | 155 | 4A | 34 |
| Octal | 337 | 53 | 143 | 0 | 121 | 70 | 15 | 525 | 112 | 64 |
| Binary | 11011111 | 101011 | 1100011 | 0 | 1010001 | 111000 | 1101 | 101010101 | 1001010 | 110100 |
Color Harmonies of #DF2B63
Complementary color
Monochromatic Colors of #DF2B63
Black with #DF2B63
Text Example
Text Example
White with #DF2B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B63; }
p { color: rgb(223,43,99); }
H1.HeaderClassName
{
color: #DF2B63;
}
.AnyTagClassName
{
color: #DF2B63;
}
</style>
background-color css
<style>
a { background-color: #DF2B63; }
a { background-color: rgb(223,43,99); }
div.DivClassName
{
background-color: #DF2B63;
}
.BgClassName
{
background-color: #DF2B63;
}
</style>
border-color css
<style>
span { border-color: #DF2B63; }
span { border-color: rgb(223,43,99); }
td.TdClassName
{
border-color: #DF2B63;
}
.TagClassName
{
border-color: #DF2B63;
}
</style>