Shades of Deep Cerise #DF3F8A
Tints of Deep Cerise #DF3F8A
RGB
CMYK
RGB Variations
Color information
#DF3F8A (or 0xDF3F8A) is known color: Deep Cerise. HEX triplet: DF, 3F and 8A. RGB value is (223,63,138). Sum of RGB (Red+Green+Blue) = 223+63+138=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F8A is #20C075. Grayscale: #777777. Windows color (decimal): -2146422 or 9060319. OLE color: 9060319.
HSL color Cylindrical-coordinate representation of color #DF3F8A: hue angle of 331.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F8A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 138 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.13 |
| HSL | 331.88º | 0.71% | 0.56% | - |
| HSV(B) | 331.88º | 0.72% | 0.87% | - |
| XYZ | 36.8 | 21.08 | 26.17 | - |
| YUV | 119.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 138 | 0 | 0.72 | 0.38 | 0.13 | 331.88 | 0.71 | 0.56 |
| Hex | DF | 3F | 8A | 0 | 48 | 26 | D | 14C | 47 | 38 |
| Octal | 337 | 77 | 212 | 0 | 110 | 46 | 15 | 514 | 107 | 70 |
| Binary | 11011111 | 111111 | 10001010 | 0 | 1001000 | 100110 | 1101 | 101001100 | 1000111 | 111000 |
Color Harmonies of #DF3F8A
Complementary color
Monochromatic Colors of #DF3F8A
Black with #DF3F8A
Text Example
Text Example
White with #DF3F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F8A; }
p { color: rgb(223,63,138); }
H1.HeaderClassName
{
color: #DF3F8A;
}
.AnyTagClassName
{
color: #DF3F8A;
}
</style>
background-color css
<style>
a { background-color: #DF3F8A; }
a { background-color: rgb(223,63,138); }
div.DivClassName
{
background-color: #DF3F8A;
}
.BgClassName
{
background-color: #DF3F8A;
}
</style>
border-color css
<style>
span { border-color: #DF3F8A; }
span { border-color: rgb(223,63,138); }
td.TdClassName
{
border-color: #DF3F8A;
}
.TagClassName
{
border-color: #DF3F8A;
}
</style>