Shades of Deep Cerise #DF349A
Tints of Deep Cerise #DF349A
RGB
CMYK
RGB Variations
Color information
#DF349A (or 0xDF349A) is known color: Deep Cerise. HEX triplet: DF, 34 and 9A. RGB value is (223,52,154). Sum of RGB (Red+Green+Blue) = 223+52+154=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF349A is #20CB65. Grayscale: #727272. Windows color (decimal): -2149222 or 10106079. OLE color: 10106079.
HSL color Cylindrical-coordinate representation of color #DF349A: hue angle of 324.21º 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 #DF349A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 154 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.13 |
| HSL | 324.21º | 0.73% | 0.54% | - |
| HSV(B) | 324.21º | 0.77% | 0.87% | - |
| XYZ | 37.49 | 20.48 | 32.55 | - |
| YUV | 114.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 154 | 0 | 0.77 | 0.31 | 0.13 | 324.21 | 0.73 | 0.54 |
| Hex | DF | 34 | 9A | 0 | 4D | 1F | D | 144 | 49 | 36 |
| Octal | 337 | 64 | 232 | 0 | 115 | 37 | 15 | 504 | 111 | 66 |
| Binary | 11011111 | 110100 | 10011010 | 0 | 1001101 | 11111 | 1101 | 101000100 | 1001001 | 110110 |
Color Harmonies of #DF349A
Complementary color
Monochromatic Colors of #DF349A
Black with #DF349A
Text Example
Text Example
White with #DF349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF349A; }
p { color: rgb(223,52,154); }
H1.HeaderClassName
{
color: #DF349A;
}
.AnyTagClassName
{
color: #DF349A;
}
</style>
background-color css
<style>
a { background-color: #DF349A; }
a { background-color: rgb(223,52,154); }
div.DivClassName
{
background-color: #DF349A;
}
.BgClassName
{
background-color: #DF349A;
}
</style>
border-color css
<style>
span { border-color: #DF349A; }
span { border-color: rgb(223,52,154); }
td.TdClassName
{
border-color: #DF349A;
}
.TagClassName
{
border-color: #DF349A;
}
</style>