Shades of Cerise #DF4469
Tints of Cerise #DF4469
RGB
CMYK
RGB Variations
Color information
#DF4469 (or 0xDF4469) is known color: Cerise. HEX triplet: DF, 44 and 69. RGB value is (223,68,105). Sum of RGB (Red+Green+Blue) = 223+68+105=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4469 is #20BB96. Grayscale: #767676. Windows color (decimal): -2145175 or 6898911. OLE color: 6898911.
HSL color Cylindrical-coordinate representation of color #DF4469: hue angle of 345.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4469 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 105 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.13 |
| HSL | 345.68º | 0.71% | 0.57% | - |
| HSV(B) | 345.68º | 0.7% | 0.87% | - |
| XYZ | 35.05 | 20.84 | 15.54 | - |
| YUV | 118.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 105 | 0 | 0.70 | 0.53 | 0.13 | 345.68 | 0.71 | 0.57 |
| Hex | DF | 44 | 69 | 0 | 46 | 35 | D | 15A | 47 | 39 |
| Octal | 337 | 104 | 151 | 0 | 106 | 65 | 15 | 532 | 107 | 71 |
| Binary | 11011111 | 1000100 | 1101001 | 0 | 1000110 | 110101 | 1101 | 101011010 | 1000111 | 111001 |
Color Harmonies of #DF4469
Complementary color
Monochromatic Colors of #DF4469
Black with #DF4469
Text Example
Text Example
White with #DF4469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4469; }
p { color: rgb(223,68,105); }
H1.HeaderClassName
{
color: #DF4469;
}
.AnyTagClassName
{
color: #DF4469;
}
</style>
background-color css
<style>
a { background-color: #DF4469; }
a { background-color: rgb(223,68,105); }
div.DivClassName
{
background-color: #DF4469;
}
.BgClassName
{
background-color: #DF4469;
}
</style>
border-color css
<style>
span { border-color: #DF4469; }
span { border-color: rgb(223,68,105); }
td.TdClassName
{
border-color: #DF4469;
}
.TagClassName
{
border-color: #DF4469;
}
</style>