Shades of Deep Cerise #DF3195
Tints of Deep Cerise #DF3195
RGB
CMYK
RGB Variations
Color information
#DF3195 (or 0xDF3195) is known color: Deep Cerise. HEX triplet: DF, 31 and 95. RGB value is (223,49,149). Sum of RGB (Red+Green+Blue) = 223+49+149=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3195 is #20CE6A. Grayscale: #707070. Windows color (decimal): -2149995 or 9777631. OLE color: 9777631.
HSL color Cylindrical-coordinate representation of color #DF3195: hue angle of 325.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3195 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 149 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.13 |
| HSL | 325.52º | 0.73% | 0.53% | - |
| HSV(B) | 325.52º | 0.78% | 0.87% | - |
| XYZ | 36.95 | 20.05 | 30.36 | - |
| YUV | 112.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 149 | 0 | 0.78 | 0.33 | 0.13 | 325.52 | 0.73 | 0.53 |
| Hex | DF | 31 | 95 | 0 | 4E | 21 | D | 146 | 49 | 35 |
| Octal | 337 | 61 | 225 | 0 | 116 | 41 | 15 | 506 | 111 | 65 |
| Binary | 11011111 | 110001 | 10010101 | 0 | 1001110 | 100001 | 1101 | 101000110 | 1001001 | 110101 |
Color Harmonies of #DF3195
Complementary color
Monochromatic Colors of #DF3195
Black with #DF3195
Text Example
Text Example
White with #DF3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3195; }
p { color: rgb(223,49,149); }
H1.HeaderClassName
{
color: #DF3195;
}
.AnyTagClassName
{
color: #DF3195;
}
</style>
background-color css
<style>
a { background-color: #DF3195; }
a { background-color: rgb(223,49,149); }
div.DivClassName
{
background-color: #DF3195;
}
.BgClassName
{
background-color: #DF3195;
}
</style>
border-color css
<style>
span { border-color: #DF3195; }
span { border-color: rgb(223,49,149); }
td.TdClassName
{
border-color: #DF3195;
}
.TagClassName
{
border-color: #DF3195;
}
</style>