Shades of Deep Cerise #DF469B
Tints of Deep Cerise #DF469B
RGB
CMYK
RGB Variations
Color information
#DF469B (or 0xDF469B) is known color: Deep Cerise. HEX triplet: DF, 46 and 9B. RGB value is (223,70,155). Sum of RGB (Red+Green+Blue) = 223+70+155=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF469B is #20B964. Grayscale: #7D7D7D. Windows color (decimal): -2144613 or 10176223. OLE color: 10176223.
HSL color Cylindrical-coordinate representation of color #DF469B: hue angle of 326.67º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF469B is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 155 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.13 |
| HSL | 326.67º | 0.71% | 0.57% | - |
| HSV(B) | 326.67º | 0.69% | 0.87% | - |
| XYZ | 38.54 | 22.43 | 33.31 | - |
| YUV | 125.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 155 | 0 | 0.69 | 0.30 | 0.13 | 326.67 | 0.71 | 0.57 |
| Hex | DF | 46 | 9B | 0 | 45 | 1E | D | 147 | 47 | 39 |
| Octal | 337 | 106 | 233 | 0 | 105 | 36 | 15 | 507 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10011011 | 0 | 1000101 | 11110 | 1101 | 101000111 | 1000111 | 111001 |
Color Harmonies of #DF469B
Complementary color
Monochromatic Colors of #DF469B
Black with #DF469B
Text Example
Text Example
White with #DF469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF469B; }
p { color: rgb(223,70,155); }
H1.HeaderClassName
{
color: #DF469B;
}
.AnyTagClassName
{
color: #DF469B;
}
</style>
background-color css
<style>
a { background-color: #DF469B; }
a { background-color: rgb(223,70,155); }
div.DivClassName
{
background-color: #DF469B;
}
.BgClassName
{
background-color: #DF469B;
}
</style>
border-color css
<style>
span { border-color: #DF469B; }
span { border-color: rgb(223,70,155); }
td.TdClassName
{
border-color: #DF469B;
}
.TagClassName
{
border-color: #DF469B;
}
</style>