Shades of Razzmatazz #D60358
Tints of Razzmatazz #D60358
RGB
CMYK
RGB Variations
Color information
#D60358 (or 0xD60358) is known color: Razzmatazz. HEX triplet: D6, 03 and 58. RGB value is (214,3,88). Sum of RGB (Red+Green+Blue) = 214+3+88=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60358 is #29FCA7. Grayscale: #4B4B4B. Windows color (decimal): -2751656 or 5768150. OLE color: 5768150.
HSL color Cylindrical-coordinate representation of color #D60358: hue angle of 335.83º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60358 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.16 |
| HSL | 335.83º | 0.97% | 0.43% | - |
| HSV(B) | 335.83º | 0.99% | 0.84% | - |
| XYZ | 29.53 | 15.07 | 10.58 | - |
| YUV | 75.78 | 134.9 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 88 | 0 | 0.99 | 0.59 | 0.16 | 335.83 | 0.97 | 0.43 |
| Hex | D6 | 3 | 58 | 0 | 63 | 3B | 10 | 150 | 61 | 2B |
| Octal | 326 | 3 | 130 | 0 | 143 | 73 | 20 | 520 | 141 | 53 |
| Binary | 11010110 | 11 | 1011000 | 0 | 1100011 | 111011 | 10000 | 101010000 | 1100001 | 101011 |
Color Harmonies of #D60358
Complementary color
Monochromatic Colors of #D60358
Black with #D60358
Text Example
Text Example
White with #D60358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60358; }
p { color: rgb(214,3,88); }
H1.HeaderClassName
{
color: #D60358;
}
.AnyTagClassName
{
color: #D60358;
}
</style>
background-color css
<style>
a { background-color: #D60358; }
a { background-color: rgb(214,3,88); }
div.DivClassName
{
background-color: #D60358;
}
.BgClassName
{
background-color: #D60358;
}
</style>
border-color css
<style>
span { border-color: #D60358; }
span { border-color: rgb(214,3,88); }
td.TdClassName
{
border-color: #D60358;
}
.TagClassName
{
border-color: #D60358;
}
</style>