Shades of Deep Cerise #DF3D8D
Tints of Deep Cerise #DF3D8D
RGB
CMYK
RGB Variations
Color information
#DF3D8D (or 0xDF3D8D) is known color: Deep Cerise. HEX triplet: DF, 3D and 8D. RGB value is (223,61,141). Sum of RGB (Red+Green+Blue) = 223+61+141=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D8D is #20C272. Grayscale: #767676. Windows color (decimal): -2146931 or 9256415. OLE color: 9256415.
HSL color Cylindrical-coordinate representation of color #DF3D8D: hue angle of 330.37º 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 #DF3D8D is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 141 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.13 |
| HSL | 330.37º | 0.72% | 0.56% | - |
| HSV(B) | 330.37º | 0.73% | 0.87% | - |
| XYZ | 36.91 | 20.95 | 27.3 | - |
| YUV | 118.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 141 | 0 | 0.73 | 0.37 | 0.13 | 330.37 | 0.72 | 0.56 |
| Hex | DF | 3D | 8D | 0 | 49 | 25 | D | 14A | 48 | 38 |
| Octal | 337 | 75 | 215 | 0 | 111 | 45 | 15 | 512 | 110 | 70 |
| Binary | 11011111 | 111101 | 10001101 | 0 | 1001001 | 100101 | 1101 | 101001010 | 1001000 | 111000 |
Color Harmonies of #DF3D8D
Complementary color
Monochromatic Colors of #DF3D8D
Black with #DF3D8D
Text Example
Text Example
White with #DF3D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D8D; }
p { color: rgb(223,61,141); }
H1.HeaderClassName
{
color: #DF3D8D;
}
.AnyTagClassName
{
color: #DF3D8D;
}
</style>
background-color css
<style>
a { background-color: #DF3D8D; }
a { background-color: rgb(223,61,141); }
div.DivClassName
{
background-color: #DF3D8D;
}
.BgClassName
{
background-color: #DF3D8D;
}
</style>
border-color css
<style>
span { border-color: #DF3D8D; }
span { border-color: rgb(223,61,141); }
td.TdClassName
{
border-color: #DF3D8D;
}
.TagClassName
{
border-color: #DF3D8D;
}
</style>