Shades of Deep Cerise #DF267B
Tints of Deep Cerise #DF267B
RGB
CMYK
RGB Variations
Color information
#DF267B (or 0xDF267B) is known color: Deep Cerise. HEX triplet: DF, 26 and 7B. RGB value is (223,38,123). Sum of RGB (Red+Green+Blue) = 223+38+123=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF267B is #20D984. Grayscale: #666666. Windows color (decimal): -2152837 or 8070879. OLE color: 8070879.
HSL color Cylindrical-coordinate representation of color #DF267B: hue angle of 332.43º 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 #DF267B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 123 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.13 |
| HSL | 332.43º | 0.74% | 0.51% | - |
| HSV(B) | 332.43º | 0.83% | 0.87% | - |
| XYZ | 34.7 | 18.5 | 20.48 | - |
| YUV | 103.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 123 | 0 | 0.83 | 0.45 | 0.13 | 332.43 | 0.74 | 0.51 |
| Hex | DF | 26 | 7B | 0 | 53 | 2D | D | 14C | 4A | 33 |
| Octal | 337 | 46 | 173 | 0 | 123 | 55 | 15 | 514 | 112 | 63 |
| Binary | 11011111 | 100110 | 1111011 | 0 | 1010011 | 101101 | 1101 | 101001100 | 1001010 | 110011 |
Color Harmonies of #DF267B
Complementary color
Monochromatic Colors of #DF267B
Black with #DF267B
Text Example
Text Example
White with #DF267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF267B; }
p { color: rgb(223,38,123); }
H1.HeaderClassName
{
color: #DF267B;
}
.AnyTagClassName
{
color: #DF267B;
}
</style>
background-color css
<style>
a { background-color: #DF267B; }
a { background-color: rgb(223,38,123); }
div.DivClassName
{
background-color: #DF267B;
}
.BgClassName
{
background-color: #DF267B;
}
</style>
border-color css
<style>
span { border-color: #DF267B; }
span { border-color: rgb(223,38,123); }
td.TdClassName
{
border-color: #DF267B;
}
.TagClassName
{
border-color: #DF267B;
}
</style>