Shades of Deep Cerise #DF3B7D
Tints of Deep Cerise #DF3B7D
RGB
CMYK
RGB Variations
Color information
#DF3B7D (or 0xDF3B7D) is known color: Deep Cerise. HEX triplet: DF, 3B and 7D. RGB value is (223,59,125). Sum of RGB (Red+Green+Blue) = 223+59+125=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3B7D is #20C482. Grayscale: #737373. Windows color (decimal): -2147459 or 8207327. OLE color: 8207327.
HSL color Cylindrical-coordinate representation of color #DF3B7D: hue angle of 335.85º 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 #DF3B7D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 125 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.13 |
| HSL | 335.85º | 0.72% | 0.55% | - |
| HSV(B) | 335.85º | 0.74% | 0.87% | - |
| XYZ | 35.7 | 20.3 | 21.44 | - |
| YUV | 115.56 | 133.33 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 125 | 0 | 0.74 | 0.44 | 0.13 | 335.85 | 0.72 | 0.55 |
| Hex | DF | 3B | 7D | 0 | 4A | 2C | D | 150 | 48 | 37 |
| Octal | 337 | 73 | 175 | 0 | 112 | 54 | 15 | 520 | 110 | 67 |
| Binary | 11011111 | 111011 | 1111101 | 0 | 1001010 | 101100 | 1101 | 101010000 | 1001000 | 110111 |
Color Harmonies of #DF3B7D
Complementary color
Monochromatic Colors of #DF3B7D
Black with #DF3B7D
Text Example
Text Example
White with #DF3B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B7D; }
p { color: rgb(223,59,125); }
H1.HeaderClassName
{
color: #DF3B7D;
}
.AnyTagClassName
{
color: #DF3B7D;
}
</style>
background-color css
<style>
a { background-color: #DF3B7D; }
a { background-color: rgb(223,59,125); }
div.DivClassName
{
background-color: #DF3B7D;
}
.BgClassName
{
background-color: #DF3B7D;
}
</style>
border-color css
<style>
span { border-color: #DF3B7D; }
span { border-color: rgb(223,59,125); }
td.TdClassName
{
border-color: #DF3B7D;
}
.TagClassName
{
border-color: #DF3B7D;
}
</style>