Shades of Cerise #DF2369
Tints of Cerise #DF2369
RGB
CMYK
RGB Variations
Color information
#DF2369 (or 0xDF2369) is known color: Cerise. HEX triplet: DF, 23 and 69. RGB value is (223,35,105). Sum of RGB (Red+Green+Blue) = 223+35+105=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2369 is #20DC96. Grayscale: #636363. Windows color (decimal): -2153623 or 6890463. OLE color: 6890463.
HSL color Cylindrical-coordinate representation of color #DF2369: hue angle of 337.66º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2369 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 105 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.13 |
| HSL | 337.66º | 0.75% | 0.51% | - |
| HSV(B) | 337.66º | 0.84% | 0.87% | - |
| XYZ | 33.58 | 17.91 | 15.05 | - |
| YUV | 99.19 | 131.28 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 105 | 0 | 0.84 | 0.53 | 0.13 | 337.66 | 0.75 | 0.51 |
| Hex | DF | 23 | 69 | 0 | 54 | 35 | D | 152 | 4B | 33 |
| Octal | 337 | 43 | 151 | 0 | 124 | 65 | 15 | 522 | 113 | 63 |
| Binary | 11011111 | 100011 | 1101001 | 0 | 1010100 | 110101 | 1101 | 101010010 | 1001011 | 110011 |
Color Harmonies of #DF2369
Complementary color
Monochromatic Colors of #DF2369
Black with #DF2369
Text Example
Text Example
White with #DF2369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2369; }
p { color: rgb(223,35,105); }
H1.HeaderClassName
{
color: #DF2369;
}
.AnyTagClassName
{
color: #DF2369;
}
</style>
background-color css
<style>
a { background-color: #DF2369; }
a { background-color: rgb(223,35,105); }
div.DivClassName
{
background-color: #DF2369;
}
.BgClassName
{
background-color: #DF2369;
}
</style>
border-color css
<style>
span { border-color: #DF2369; }
span { border-color: rgb(223,35,105); }
td.TdClassName
{
border-color: #DF2369;
}
.TagClassName
{
border-color: #DF2369;
}
</style>