Shades of Razzmatazz #DF144E
Tints of Razzmatazz #DF144E
RGB
CMYK
RGB Variations
Color information
#DF144E (or 0xDF144E) is known color: Razzmatazz. HEX triplet: DF, 14 and 4E. RGB value is (223,20,78). Sum of RGB (Red+Green+Blue) = 223+20+78=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF144E is #20EBB1. Grayscale: #575757. Windows color (decimal): -2157490 or 5117151. OLE color: 5117151.
HSL color Cylindrical-coordinate representation of color #DF144E: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF144E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.86º | 0.84% | 0.48% | - |
| HSV(B) | 342.86º | 0.91% | 0.87% | - |
| XYZ | 32.06 | 16.74 | 8.75 | - |
| YUV | 87.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 78 | 0 | 0.91 | 0.65 | 0.13 | 342.86 | 0.84 | 0.48 |
| Hex | DF | 14 | 4E | 0 | 5B | 41 | D | 157 | 54 | 30 |
| Octal | 337 | 24 | 116 | 0 | 133 | 101 | 15 | 527 | 124 | 60 |
| Binary | 11011111 | 10100 | 1001110 | 0 | 1011011 | 1000001 | 1101 | 101010111 | 1010100 | 110000 |
Color Harmonies of #DF144E
Complementary color
Monochromatic Colors of #DF144E
Black with #DF144E
Text Example
Text Example
White with #DF144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF144E; }
p { color: rgb(223,20,78); }
H1.HeaderClassName
{
color: #DF144E;
}
.AnyTagClassName
{
color: #DF144E;
}
</style>
background-color css
<style>
a { background-color: #DF144E; }
a { background-color: rgb(223,20,78); }
div.DivClassName
{
background-color: #DF144E;
}
.BgClassName
{
background-color: #DF144E;
}
</style>
border-color css
<style>
span { border-color: #DF144E; }
span { border-color: rgb(223,20,78); }
td.TdClassName
{
border-color: #DF144E;
}
.TagClassName
{
border-color: #DF144E;
}
</style>