Shades of Deep Cerise #DF269C
Tints of Deep Cerise #DF269C
RGB
CMYK
RGB Variations
Color information
#DF269C (or 0xDF269C) is known color: Deep Cerise. HEX triplet: DF, 26 and 9C. RGB value is (223,38,156). Sum of RGB (Red+Green+Blue) = 223+38+156=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF269C is #20D963. Grayscale: #6A6A6A. Windows color (decimal): -2152804 or 10233567. OLE color: 10233567.
HSL color Cylindrical-coordinate representation of color #DF269C: hue angle of 321.73º 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 #DF269C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 156 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.13 |
| HSL | 321.73º | 0.74% | 0.51% | - |
| HSV(B) | 321.73º | 0.83% | 0.87% | - |
| XYZ | 37.13 | 19.47 | 33.25 | - |
| YUV | 106.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 156 | 0 | 0.83 | 0.30 | 0.13 | 321.73 | 0.74 | 0.51 |
| Hex | DF | 26 | 9C | 0 | 53 | 1E | D | 142 | 4A | 33 |
| Octal | 337 | 46 | 234 | 0 | 123 | 36 | 15 | 502 | 112 | 63 |
| Binary | 11011111 | 100110 | 10011100 | 0 | 1010011 | 11110 | 1101 | 101000010 | 1001010 | 110011 |
Color Harmonies of #DF269C
Complementary color
Monochromatic Colors of #DF269C
Black with #DF269C
Text Example
Text Example
White with #DF269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF269C; }
p { color: rgb(223,38,156); }
H1.HeaderClassName
{
color: #DF269C;
}
.AnyTagClassName
{
color: #DF269C;
}
</style>
background-color css
<style>
a { background-color: #DF269C; }
a { background-color: rgb(223,38,156); }
div.DivClassName
{
background-color: #DF269C;
}
.BgClassName
{
background-color: #DF269C;
}
</style>
border-color css
<style>
span { border-color: #DF269C; }
span { border-color: rgb(223,38,156); }
td.TdClassName
{
border-color: #DF269C;
}
.TagClassName
{
border-color: #DF269C;
}
</style>