Shades of Cerise #DF2169
Tints of Cerise #DF2169
RGB
CMYK
RGB Variations
Color information
#DF2169 (or 0xDF2169) is known color: Cerise. HEX triplet: DF, 21 and 69. RGB value is (223,33,105). Sum of RGB (Red+Green+Blue) = 223+33+105=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2169 is #20DE96. Grayscale: #616161. Windows color (decimal): -2154135 or 6889951. OLE color: 6889951.
HSL color Cylindrical-coordinate representation of color #DF2169: hue angle of 337.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2169 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 105 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.13 |
| HSL | 337.26º | 0.75% | 0.5% | - |
| HSV(B) | 337.26º | 0.85% | 0.87% | - |
| XYZ | 33.53 | 17.8 | 15.03 | - |
| YUV | 98.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 105 | 0 | 0.85 | 0.53 | 0.13 | 337.26 | 0.75 | 0.5 |
| Hex | DF | 21 | 69 | 0 | 55 | 35 | D | 151 | 4B | 32 |
| Octal | 337 | 41 | 151 | 0 | 125 | 65 | 15 | 521 | 113 | 62 |
| Binary | 11011111 | 100001 | 1101001 | 0 | 1010101 | 110101 | 1101 | 101010001 | 1001011 | 110010 |
Color Harmonies of #DF2169
Complementary color
Monochromatic Colors of #DF2169
Black with #DF2169
Text Example
Text Example
White with #DF2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2169; }
p { color: rgb(223,33,105); }
H1.HeaderClassName
{
color: #DF2169;
}
.AnyTagClassName
{
color: #DF2169;
}
</style>
background-color css
<style>
a { background-color: #DF2169; }
a { background-color: rgb(223,33,105); }
div.DivClassName
{
background-color: #DF2169;
}
.BgClassName
{
background-color: #DF2169;
}
</style>
border-color css
<style>
span { border-color: #DF2169; }
span { border-color: rgb(223,33,105); }
td.TdClassName
{
border-color: #DF2169;
}
.TagClassName
{
border-color: #DF2169;
}
</style>