Shades of Cerise #DF2B74
Tints of Cerise #DF2B74
RGB
CMYK
RGB Variations
Color information
#DF2B74 (or 0xDF2B74) is known color: Cerise. HEX triplet: DF, 2B and 74. RGB value is (223,43,116). Sum of RGB (Red+Green+Blue) = 223+43+116=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B74 is #20D48B. Grayscale: #696969. Windows color (decimal): -2151564 or 7613407. OLE color: 7613407.
HSL color Cylindrical-coordinate representation of color #DF2B74: hue angle of 335.67º 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 #DF2B74 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 116 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.13 |
| HSL | 335.67º | 0.74% | 0.52% | - |
| HSV(B) | 335.67º | 0.81% | 0.87% | - |
| XYZ | 34.45 | 18.68 | 18.31 | - |
| YUV | 105.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 116 | 0 | 0.81 | 0.48 | 0.13 | 335.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 74 | 0 | 51 | 30 | D | 150 | 4A | 34 |
| Octal | 337 | 53 | 164 | 0 | 121 | 60 | 15 | 520 | 112 | 64 |
| Binary | 11011111 | 101011 | 1110100 | 0 | 1010001 | 110000 | 1101 | 101010000 | 1001010 | 110100 |
Color Harmonies of #DF2B74
Complementary color
Monochromatic Colors of #DF2B74
Black with #DF2B74
Text Example
Text Example
White with #DF2B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B74; }
p { color: rgb(223,43,116); }
H1.HeaderClassName
{
color: #DF2B74;
}
.AnyTagClassName
{
color: #DF2B74;
}
</style>
background-color css
<style>
a { background-color: #DF2B74; }
a { background-color: rgb(223,43,116); }
div.DivClassName
{
background-color: #DF2B74;
}
.BgClassName
{
background-color: #DF2B74;
}
</style>
border-color css
<style>
span { border-color: #DF2B74; }
span { border-color: rgb(223,43,116); }
td.TdClassName
{
border-color: #DF2B74;
}
.TagClassName
{
border-color: #DF2B74;
}
</style>