Shades of Deep Cerise #DF3D9F
Tints of Deep Cerise #DF3D9F
RGB
CMYK
RGB Variations
Color information
#DF3D9F (or 0xDF3D9F) is known color: Deep Cerise. HEX triplet: DF, 3D and 9F. RGB value is (223,61,159). Sum of RGB (Red+Green+Blue) = 223+61+159=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D9F is #20C260. Grayscale: #787878. Windows color (decimal): -2146913 or 10436063. OLE color: 10436063.
HSL color Cylindrical-coordinate representation of color #DF3D9F: hue angle of 323.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D9F is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 159 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.13 |
| HSL | 323.7º | 0.72% | 0.56% | - |
| HSV(B) | 323.7º | 0.73% | 0.87% | - |
| XYZ | 38.36 | 21.53 | 34.93 | - |
| YUV | 120.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 159 | 0 | 0.73 | 0.29 | 0.13 | 323.7 | 0.72 | 0.56 |
| Hex | DF | 3D | 9F | 0 | 49 | 1D | D | 144 | 48 | 38 |
| Octal | 337 | 75 | 237 | 0 | 111 | 35 | 15 | 504 | 110 | 70 |
| Binary | 11011111 | 111101 | 10011111 | 0 | 1001001 | 11101 | 1101 | 101000100 | 1001000 | 111000 |
Color Harmonies of #DF3D9F
Complementary color
Monochromatic Colors of #DF3D9F
Black with #DF3D9F
Text Example
Text Example
White with #DF3D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D9F; }
p { color: rgb(223,61,159); }
H1.HeaderClassName
{
color: #DF3D9F;
}
.AnyTagClassName
{
color: #DF3D9F;
}
</style>
background-color css
<style>
a { background-color: #DF3D9F; }
a { background-color: rgb(223,61,159); }
div.DivClassName
{
background-color: #DF3D9F;
}
.BgClassName
{
background-color: #DF3D9F;
}
</style>
border-color css
<style>
span { border-color: #DF3D9F; }
span { border-color: rgb(223,61,159); }
td.TdClassName
{
border-color: #DF3D9F;
}
.TagClassName
{
border-color: #DF3D9F;
}
</style>