Shades of Cerise #DF2D75
Tints of Cerise #DF2D75
RGB
CMYK
RGB Variations
Color information
#DF2D75 (or 0xDF2D75) is known color: Cerise. HEX triplet: DF, 2D and 75. RGB value is (223,45,117). Sum of RGB (Red+Green+Blue) = 223+45+117=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D75 is #20D28A. Grayscale: #6A6A6A. Windows color (decimal): -2151051 or 7679455. OLE color: 7679455.
HSL color Cylindrical-coordinate representation of color #DF2D75: hue angle of 335.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D75 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 117 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.13 |
| HSL | 335.73º | 0.74% | 0.53% | - |
| HSV(B) | 335.73º | 0.8% | 0.87% | - |
| XYZ | 34.58 | 18.85 | 18.65 | - |
| YUV | 106.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 117 | 0 | 0.80 | 0.48 | 0.13 | 335.73 | 0.74 | 0.53 |
| Hex | DF | 2D | 75 | 0 | 50 | 30 | D | 150 | 4A | 35 |
| Octal | 337 | 55 | 165 | 0 | 120 | 60 | 15 | 520 | 112 | 65 |
| Binary | 11011111 | 101101 | 1110101 | 0 | 1010000 | 110000 | 1101 | 101010000 | 1001010 | 110101 |
Color Harmonies of #DF2D75
Complementary color
Monochromatic Colors of #DF2D75
Black with #DF2D75
Text Example
Text Example
White with #DF2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D75; }
p { color: rgb(223,45,117); }
H1.HeaderClassName
{
color: #DF2D75;
}
.AnyTagClassName
{
color: #DF2D75;
}
</style>
background-color css
<style>
a { background-color: #DF2D75; }
a { background-color: rgb(223,45,117); }
div.DivClassName
{
background-color: #DF2D75;
}
.BgClassName
{
background-color: #DF2D75;
}
</style>
border-color css
<style>
span { border-color: #DF2D75; }
span { border-color: rgb(223,45,117); }
td.TdClassName
{
border-color: #DF2D75;
}
.TagClassName
{
border-color: #DF2D75;
}
</style>