Shades of Deep Cerise #DF448B
Tints of Deep Cerise #DF448B
RGB
CMYK
RGB Variations
Color information
#DF448B (or 0xDF448B) is known color: Deep Cerise. HEX triplet: DF, 44 and 8B. RGB value is (223,68,139). Sum of RGB (Red+Green+Blue) = 223+68+139=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF448B is #20BB74. Grayscale: #7A7A7A. Windows color (decimal): -2145141 or 9127135. OLE color: 9127135.
HSL color Cylindrical-coordinate representation of color #DF448B: hue angle of 332.52º 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 #DF448B is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 139 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.13 |
| HSL | 332.52º | 0.71% | 0.57% | - |
| HSV(B) | 332.52º | 0.7% | 0.87% | - |
| XYZ | 37.16 | 21.69 | 26.65 | - |
| YUV | 122.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 139 | 0 | 0.70 | 0.38 | 0.13 | 332.52 | 0.71 | 0.57 |
| Hex | DF | 44 | 8B | 0 | 46 | 26 | D | 14D | 47 | 39 |
| Octal | 337 | 104 | 213 | 0 | 106 | 46 | 15 | 515 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10001011 | 0 | 1000110 | 100110 | 1101 | 101001101 | 1000111 | 111001 |
Color Harmonies of #DF448B
Complementary color
Monochromatic Colors of #DF448B
Black with #DF448B
Text Example
Text Example
White with #DF448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF448B; }
p { color: rgb(223,68,139); }
H1.HeaderClassName
{
color: #DF448B;
}
.AnyTagClassName
{
color: #DF448B;
}
</style>
background-color css
<style>
a { background-color: #DF448B; }
a { background-color: rgb(223,68,139); }
div.DivClassName
{
background-color: #DF448B;
}
.BgClassName
{
background-color: #DF448B;
}
</style>
border-color css
<style>
span { border-color: #DF448B; }
span { border-color: rgb(223,68,139); }
td.TdClassName
{
border-color: #DF448B;
}
.TagClassName
{
border-color: #DF448B;
}
</style>