Shades of Deep Cerise #DF438B
Tints of Deep Cerise #DF438B
RGB
CMYK
RGB Variations
Color information
#DF438B (or 0xDF438B) is known color: Deep Cerise. HEX triplet: DF, 43 and 8B. RGB value is (223,67,139). Sum of RGB (Red+Green+Blue) = 223+67+139=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF438B is #20BC74. Grayscale: #797979. Windows color (decimal): -2145397 or 9126879. OLE color: 9126879.
HSL color Cylindrical-coordinate representation of color #DF438B: hue angle of 332.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF438B is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 139 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.13 |
| HSL | 332.31º | 0.71% | 0.57% | - |
| HSV(B) | 332.31º | 0.7% | 0.87% | - |
| XYZ | 37.1 | 21.57 | 26.63 | - |
| YUV | 121.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 139 | 0 | 0.70 | 0.38 | 0.13 | 332.31 | 0.71 | 0.57 |
| Hex | DF | 43 | 8B | 0 | 46 | 26 | D | 14C | 47 | 39 |
| Octal | 337 | 103 | 213 | 0 | 106 | 46 | 15 | 514 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10001011 | 0 | 1000110 | 100110 | 1101 | 101001100 | 1000111 | 111001 |
Color Harmonies of #DF438B
Complementary color
Monochromatic Colors of #DF438B
Black with #DF438B
Text Example
Text Example
White with #DF438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF438B; }
p { color: rgb(223,67,139); }
H1.HeaderClassName
{
color: #DF438B;
}
.AnyTagClassName
{
color: #DF438B;
}
</style>
background-color css
<style>
a { background-color: #DF438B; }
a { background-color: rgb(223,67,139); }
div.DivClassName
{
background-color: #DF438B;
}
.BgClassName
{
background-color: #DF438B;
}
</style>
border-color css
<style>
span { border-color: #DF438B; }
span { border-color: rgb(223,67,139); }
td.TdClassName
{
border-color: #DF438B;
}
.TagClassName
{
border-color: #DF438B;
}
</style>