Shades of Deep Cerise #DF348A
Tints of Deep Cerise #DF348A
RGB
CMYK
RGB Variations
Color information
#DF348A (or 0xDF348A) is known color: Deep Cerise. HEX triplet: DF, 34 and 8A. RGB value is (223,52,138). Sum of RGB (Red+Green+Blue) = 223+52+138=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF348A is #20CB75. Grayscale: #707070. Windows color (decimal): -2149238 or 9057503. OLE color: 9057503.
HSL color Cylindrical-coordinate representation of color #DF348A: hue angle of 329.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF348A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 138 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.13 |
| HSL | 329.82º | 0.73% | 0.54% | - |
| HSV(B) | 329.82º | 0.77% | 0.87% | - |
| XYZ | 36.25 | 19.98 | 25.99 | - |
| YUV | 112.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 138 | 0 | 0.77 | 0.38 | 0.13 | 329.82 | 0.73 | 0.54 |
| Hex | DF | 34 | 8A | 0 | 4D | 26 | D | 14A | 49 | 36 |
| Octal | 337 | 64 | 212 | 0 | 115 | 46 | 15 | 512 | 111 | 66 |
| Binary | 11011111 | 110100 | 10001010 | 0 | 1001101 | 100110 | 1101 | 101001010 | 1001001 | 110110 |
Color Harmonies of #DF348A
Complementary color
Monochromatic Colors of #DF348A
Black with #DF348A
Text Example
Text Example
White with #DF348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF348A; }
p { color: rgb(223,52,138); }
H1.HeaderClassName
{
color: #DF348A;
}
.AnyTagClassName
{
color: #DF348A;
}
</style>
background-color css
<style>
a { background-color: #DF348A; }
a { background-color: rgb(223,52,138); }
div.DivClassName
{
background-color: #DF348A;
}
.BgClassName
{
background-color: #DF348A;
}
</style>
border-color css
<style>
span { border-color: #DF348A; }
span { border-color: rgb(223,52,138); }
td.TdClassName
{
border-color: #DF348A;
}
.TagClassName
{
border-color: #DF348A;
}
</style>