Shades of Deep Cerise #DF3A95
Tints of Deep Cerise #DF3A95
RGB
CMYK
RGB Variations
Color information
#DF3A95 (or 0xDF3A95) is known color: Deep Cerise. HEX triplet: DF, 3A and 95. RGB value is (223,58,149). Sum of RGB (Red+Green+Blue) = 223+58+149=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3A95 is #20C56A. Grayscale: #757575. Windows color (decimal): -2147691 or 9779935. OLE color: 9779935.
HSL color Cylindrical-coordinate representation of color #DF3A95: hue angle of 326.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3A95 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 149 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.13 |
| HSL | 326.91º | 0.72% | 0.55% | - |
| HSV(B) | 326.91º | 0.74% | 0.87% | - |
| XYZ | 37.37 | 20.88 | 30.5 | - |
| YUV | 117.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 149 | 0 | 0.74 | 0.33 | 0.13 | 326.91 | 0.72 | 0.55 |
| Hex | DF | 3A | 95 | 0 | 4A | 21 | D | 147 | 48 | 37 |
| Octal | 337 | 72 | 225 | 0 | 112 | 41 | 15 | 507 | 110 | 67 |
| Binary | 11011111 | 111010 | 10010101 | 0 | 1001010 | 100001 | 1101 | 101000111 | 1001000 | 110111 |
Color Harmonies of #DF3A95
Complementary color
Monochromatic Colors of #DF3A95
Black with #DF3A95
Text Example
Text Example
White with #DF3A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A95; }
p { color: rgb(223,58,149); }
H1.HeaderClassName
{
color: #DF3A95;
}
.AnyTagClassName
{
color: #DF3A95;
}
</style>
background-color css
<style>
a { background-color: #DF3A95; }
a { background-color: rgb(223,58,149); }
div.DivClassName
{
background-color: #DF3A95;
}
.BgClassName
{
background-color: #DF3A95;
}
</style>
border-color css
<style>
span { border-color: #DF3A95; }
span { border-color: rgb(223,58,149); }
td.TdClassName
{
border-color: #DF3A95;
}
.TagClassName
{
border-color: #DF3A95;
}
</style>