Shades of Deep Cerise #DF267A
Tints of Deep Cerise #DF267A
RGB
CMYK
RGB Variations
Color information
#DF267A (or 0xDF267A) is known color: Deep Cerise. HEX triplet: DF, 26 and 7A. RGB value is (223,38,122). Sum of RGB (Red+Green+Blue) = 223+38+122=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF267A is #20D985. Grayscale: #666666. Windows color (decimal): -2152838 or 8005343. OLE color: 8005343.
HSL color Cylindrical-coordinate representation of color #DF267A: hue angle of 332.76º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF267A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 122 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.13 |
| HSL | 332.76º | 0.74% | 0.51% | - |
| HSV(B) | 332.76º | 0.83% | 0.87% | - |
| XYZ | 34.64 | 18.48 | 20.15 | - |
| YUV | 102.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 122 | 0 | 0.83 | 0.45 | 0.13 | 332.76 | 0.74 | 0.51 |
| Hex | DF | 26 | 7A | 0 | 53 | 2D | D | 14D | 4A | 33 |
| Octal | 337 | 46 | 172 | 0 | 123 | 55 | 15 | 515 | 112 | 63 |
| Binary | 11011111 | 100110 | 1111010 | 0 | 1010011 | 101101 | 1101 | 101001101 | 1001010 | 110011 |
Color Harmonies of #DF267A
Complementary color
Monochromatic Colors of #DF267A
Black with #DF267A
Text Example
Text Example
White with #DF267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF267A; }
p { color: rgb(223,38,122); }
H1.HeaderClassName
{
color: #DF267A;
}
.AnyTagClassName
{
color: #DF267A;
}
</style>
background-color css
<style>
a { background-color: #DF267A; }
a { background-color: rgb(223,38,122); }
div.DivClassName
{
background-color: #DF267A;
}
.BgClassName
{
background-color: #DF267A;
}
</style>
border-color css
<style>
span { border-color: #DF267A; }
span { border-color: rgb(223,38,122); }
td.TdClassName
{
border-color: #DF267A;
}
.TagClassName
{
border-color: #DF267A;
}
</style>