Shades of Razzmatazz #DE144E
Tints of Razzmatazz #DE144E
RGB
CMYK
RGB Variations
Color information
#DE144E (or 0xDE144E) is known color: Razzmatazz. HEX triplet: DE, 14 and 4E. RGB value is (222,20,78). Sum of RGB (Red+Green+Blue) = 222+20+78=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE144E is #21EBB1. Grayscale: #565656. Windows color (decimal): -2223026 or 5117150. OLE color: 5117150.
HSL color Cylindrical-coordinate representation of color #DE144E: hue angle of 342.77º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE144E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.77º | 0.83% | 0.47% | - |
| HSV(B) | 342.77º | 0.91% | 0.87% | - |
| XYZ | 31.75 | 16.58 | 8.73 | - |
| YUV | 87.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 78 | 0 | 0.91 | 0.65 | 0.13 | 342.77 | 0.83 | 0.47 |
| Hex | DE | 14 | 4E | 0 | 5B | 41 | D | 157 | 53 | 2F |
| Octal | 336 | 24 | 116 | 0 | 133 | 101 | 15 | 527 | 123 | 57 |
| Binary | 11011110 | 10100 | 1001110 | 0 | 1011011 | 1000001 | 1101 | 101010111 | 1010011 | 101111 |
Color Harmonies of #DE144E
Complementary color
Monochromatic Colors of #DE144E
Black with #DE144E
Text Example
Text Example
White with #DE144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE144E; }
p { color: rgb(222,20,78); }
H1.HeaderClassName
{
color: #DE144E;
}
.AnyTagClassName
{
color: #DE144E;
}
</style>
background-color css
<style>
a { background-color: #DE144E; }
a { background-color: rgb(222,20,78); }
div.DivClassName
{
background-color: #DE144E;
}
.BgClassName
{
background-color: #DE144E;
}
</style>
border-color css
<style>
span { border-color: #DE144E; }
span { border-color: rgb(222,20,78); }
td.TdClassName
{
border-color: #DE144E;
}
.TagClassName
{
border-color: #DE144E;
}
</style>