Shades of Cerise #DF2269
Tints of Cerise #DF2269
RGB
CMYK
RGB Variations
Color information
#DF2269 (or 0xDF2269) is known color: Cerise. HEX triplet: DF, 22 and 69. RGB value is (223,34,105). Sum of RGB (Red+Green+Blue) = 223+34+105=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2269 is #20DD96. Grayscale: #626262. Windows color (decimal): -2153879 or 6890207. OLE color: 6890207.
HSL color Cylindrical-coordinate representation of color #DF2269: hue angle of 337.46º 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 #DF2269 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 105 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.13 |
| HSL | 337.46º | 0.75% | 0.5% | - |
| HSV(B) | 337.46º | 0.85% | 0.87% | - |
| XYZ | 33.55 | 17.85 | 15.04 | - |
| YUV | 98.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 105 | 0 | 0.85 | 0.53 | 0.13 | 337.46 | 0.75 | 0.5 |
| Hex | DF | 22 | 69 | 0 | 55 | 35 | D | 151 | 4B | 32 |
| Octal | 337 | 42 | 151 | 0 | 125 | 65 | 15 | 521 | 113 | 62 |
| Binary | 11011111 | 100010 | 1101001 | 0 | 1010101 | 110101 | 1101 | 101010001 | 1001011 | 110010 |
Color Harmonies of #DF2269
Complementary color
Monochromatic Colors of #DF2269
Black with #DF2269
Text Example
Text Example
White with #DF2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2269; }
p { color: rgb(223,34,105); }
H1.HeaderClassName
{
color: #DF2269;
}
.AnyTagClassName
{
color: #DF2269;
}
</style>
background-color css
<style>
a { background-color: #DF2269; }
a { background-color: rgb(223,34,105); }
div.DivClassName
{
background-color: #DF2269;
}
.BgClassName
{
background-color: #DF2269;
}
</style>
border-color css
<style>
span { border-color: #DF2269; }
span { border-color: rgb(223,34,105); }
td.TdClassName
{
border-color: #DF2269;
}
.TagClassName
{
border-color: #DF2269;
}
</style>