Shades of Deep Cerise #DF307D
Tints of Deep Cerise #DF307D
RGB
CMYK
RGB Variations
Color information
#DF307D (or 0xDF307D) is known color: Deep Cerise. HEX triplet: DF, 30 and 7D. RGB value is (223,48,125). Sum of RGB (Red+Green+Blue) = 223+48+125=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF307D is #20CF82. Grayscale: #6C6C6C. Windows color (decimal): -2150275 or 8204511. OLE color: 8204511.
HSL color Cylindrical-coordinate representation of color #DF307D: hue angle of 333.6º 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 #DF307D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 125 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.13 |
| HSL | 333.6º | 0.73% | 0.53% | - |
| HSV(B) | 333.6º | 0.78% | 0.87% | - |
| XYZ | 35.19 | 19.28 | 21.27 | - |
| YUV | 109.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 125 | 0 | 0.78 | 0.44 | 0.13 | 333.6 | 0.73 | 0.53 |
| Hex | DF | 30 | 7D | 0 | 4E | 2C | D | 14E | 49 | 35 |
| Octal | 337 | 60 | 175 | 0 | 116 | 54 | 15 | 516 | 111 | 65 |
| Binary | 11011111 | 110000 | 1111101 | 0 | 1001110 | 101100 | 1101 | 101001110 | 1001001 | 110101 |
Color Harmonies of #DF307D
Complementary color
Monochromatic Colors of #DF307D
Black with #DF307D
Text Example
Text Example
White with #DF307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF307D; }
p { color: rgb(223,48,125); }
H1.HeaderClassName
{
color: #DF307D;
}
.AnyTagClassName
{
color: #DF307D;
}
</style>
background-color css
<style>
a { background-color: #DF307D; }
a { background-color: rgb(223,48,125); }
div.DivClassName
{
background-color: #DF307D;
}
.BgClassName
{
background-color: #DF307D;
}
</style>
border-color css
<style>
span { border-color: #DF307D; }
span { border-color: rgb(223,48,125); }
td.TdClassName
{
border-color: #DF307D;
}
.TagClassName
{
border-color: #DF307D;
}
</style>