Shades of Deep Cerise #DF3D8C
Tints of Deep Cerise #DF3D8C
RGB
CMYK
RGB Variations
Color information
#DF3D8C (or 0xDF3D8C) is known color: Deep Cerise. HEX triplet: DF, 3D and 8C. RGB value is (223,61,140). Sum of RGB (Red+Green+Blue) = 223+61+140=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D8C is #20C273. Grayscale: #767676. Windows color (decimal): -2146932 or 9190879. OLE color: 9190879.
HSL color Cylindrical-coordinate representation of color #DF3D8C: hue angle of 330.74º 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 #DF3D8C is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 140 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.13 |
| HSL | 330.74º | 0.72% | 0.56% | - |
| HSV(B) | 330.74º | 0.73% | 0.87% | - |
| XYZ | 36.83 | 20.92 | 26.91 | - |
| YUV | 118.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 140 | 0 | 0.73 | 0.37 | 0.13 | 330.74 | 0.72 | 0.56 |
| Hex | DF | 3D | 8C | 0 | 49 | 25 | D | 14B | 48 | 38 |
| Octal | 337 | 75 | 214 | 0 | 111 | 45 | 15 | 513 | 110 | 70 |
| Binary | 11011111 | 111101 | 10001100 | 0 | 1001001 | 100101 | 1101 | 101001011 | 1001000 | 111000 |
Color Harmonies of #DF3D8C
Complementary color
Monochromatic Colors of #DF3D8C
Black with #DF3D8C
Text Example
Text Example
White with #DF3D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D8C; }
p { color: rgb(223,61,140); }
H1.HeaderClassName
{
color: #DF3D8C;
}
.AnyTagClassName
{
color: #DF3D8C;
}
</style>
background-color css
<style>
a { background-color: #DF3D8C; }
a { background-color: rgb(223,61,140); }
div.DivClassName
{
background-color: #DF3D8C;
}
.BgClassName
{
background-color: #DF3D8C;
}
</style>
border-color css
<style>
span { border-color: #DF3D8C; }
span { border-color: rgb(223,61,140); }
td.TdClassName
{
border-color: #DF3D8C;
}
.TagClassName
{
border-color: #DF3D8C;
}
</style>