Shades of Razzmatazz #D60558
Tints of Razzmatazz #D60558
RGB
CMYK
RGB Variations
Color information
#D60558 (or 0xD60558) is known color: Razzmatazz. HEX triplet: D6, 05 and 58. RGB value is (214,5,88). Sum of RGB (Red+Green+Blue) = 214+5+88=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D60558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60558 is #29FAA7. Grayscale: #4C4C4C. Windows color (decimal): -2751144 or 5768662. OLE color: 5768662.
HSL color Cylindrical-coordinate representation of color #D60558: hue angle of 336.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60558 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.16 |
| HSL | 336.17º | 0.95% | 0.43% | - |
| HSV(B) | 336.17º | 0.98% | 0.84% | - |
| XYZ | 29.55 | 15.11 | 10.59 | - |
| YUV | 76.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 88 | 0 | 0.98 | 0.59 | 0.16 | 336.17 | 0.95 | 0.43 |
| Hex | D6 | 5 | 58 | 0 | 62 | 3B | 10 | 150 | 5F | 2B |
| Octal | 326 | 5 | 130 | 0 | 142 | 73 | 20 | 520 | 137 | 53 |
| Binary | 11010110 | 101 | 1011000 | 0 | 1100010 | 111011 | 10000 | 101010000 | 1011111 | 101011 |
Color Harmonies of #D60558
Complementary color
Monochromatic Colors of #D60558
Black with #D60558
Text Example
Text Example
White with #D60558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60558; }
p { color: rgb(214,5,88); }
H1.HeaderClassName
{
color: #D60558;
}
.AnyTagClassName
{
color: #D60558;
}
</style>
background-color css
<style>
a { background-color: #D60558; }
a { background-color: rgb(214,5,88); }
div.DivClassName
{
background-color: #D60558;
}
.BgClassName
{
background-color: #D60558;
}
</style>
border-color css
<style>
span { border-color: #D60558; }
span { border-color: rgb(214,5,88); }
td.TdClassName
{
border-color: #D60558;
}
.TagClassName
{
border-color: #D60558;
}
</style>