Shades of Deep Cerise #DF338B
Tints of Deep Cerise #DF338B
RGB
CMYK
RGB Variations
Color information
#DF338B (or 0xDF338B) is known color: Deep Cerise. HEX triplet: DF, 33 and 8B. RGB value is (223,51,139). Sum of RGB (Red+Green+Blue) = 223+51+139=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF338B is #20CC74. Grayscale: #707070. Windows color (decimal): -2149493 or 9122783. OLE color: 9122783.
HSL color Cylindrical-coordinate representation of color #DF338B: hue angle of 329.3º 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 #DF338B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.13 |
| HSL | 329.3º | 0.73% | 0.54% | - |
| HSV(B) | 329.3º | 0.77% | 0.87% | - |
| XYZ | 36.28 | 19.92 | 26.36 | - |
| YUV | 112.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 139 | 0 | 0.77 | 0.38 | 0.13 | 329.3 | 0.73 | 0.54 |
| Hex | DF | 33 | 8B | 0 | 4D | 26 | D | 149 | 49 | 36 |
| Octal | 337 | 63 | 213 | 0 | 115 | 46 | 15 | 511 | 111 | 66 |
| Binary | 11011111 | 110011 | 10001011 | 0 | 1001101 | 100110 | 1101 | 101001001 | 1001001 | 110110 |
Color Harmonies of #DF338B
Complementary color
Monochromatic Colors of #DF338B
Black with #DF338B
Text Example
Text Example
White with #DF338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF338B; }
p { color: rgb(223,51,139); }
H1.HeaderClassName
{
color: #DF338B;
}
.AnyTagClassName
{
color: #DF338B;
}
</style>
background-color css
<style>
a { background-color: #DF338B; }
a { background-color: rgb(223,51,139); }
div.DivClassName
{
background-color: #DF338B;
}
.BgClassName
{
background-color: #DF338B;
}
</style>
border-color css
<style>
span { border-color: #DF338B; }
span { border-color: rgb(223,51,139); }
td.TdClassName
{
border-color: #DF338B;
}
.TagClassName
{
border-color: #DF338B;
}
</style>