Shades of Razzmatazz #D60A58
Tints of Razzmatazz #D60A58
RGB
CMYK
RGB Variations
Color information
#D60A58 (or 0xD60A58) is known color: Razzmatazz. HEX triplet: D6, 0A and 58. RGB value is (214,10,88). Sum of RGB (Red+Green+Blue) = 214+10+88=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A58 is #29F5A7. Grayscale: #4F4F4F. Windows color (decimal): -2749864 or 5769942. OLE color: 5769942.
HSL color Cylindrical-coordinate representation of color #D60A58: hue angle of 337.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A58 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 88 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.16 |
| HSL | 337.06º | 0.91% | 0.44% | - |
| HSV(B) | 337.06º | 0.95% | 0.84% | - |
| XYZ | 29.6 | 15.22 | 10.61 | - |
| YUV | 79.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 88 | 0 | 0.95 | 0.59 | 0.16 | 337.06 | 0.91 | 0.44 |
| Hex | D6 | A | 58 | 0 | 5F | 3B | 10 | 151 | 5B | 2C |
| Octal | 326 | 12 | 130 | 0 | 137 | 73 | 20 | 521 | 133 | 54 |
| Binary | 11010110 | 1010 | 1011000 | 0 | 1011111 | 111011 | 10000 | 101010001 | 1011011 | 101100 |
Color Harmonies of #D60A58
Complementary color
Monochromatic Colors of #D60A58
Black with #D60A58
Text Example
Text Example
White with #D60A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A58; }
p { color: rgb(214,10,88); }
H1.HeaderClassName
{
color: #D60A58;
}
.AnyTagClassName
{
color: #D60A58;
}
</style>
background-color css
<style>
a { background-color: #D60A58; }
a { background-color: rgb(214,10,88); }
div.DivClassName
{
background-color: #D60A58;
}
.BgClassName
{
background-color: #D60A58;
}
</style>
border-color css
<style>
span { border-color: #D60A58; }
span { border-color: rgb(214,10,88); }
td.TdClassName
{
border-color: #D60A58;
}
.TagClassName
{
border-color: #D60A58;
}
</style>