Shades of Razzmatazz #D60A50
Tints of Razzmatazz #D60A50
RGB
CMYK
RGB Variations
Color information
#D60A50 (or 0xD60A50) is known color: Razzmatazz. HEX triplet: D6, 0A and 50. RGB value is (214,10,80). Sum of RGB (Red+Green+Blue) = 214+10+80=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A50 is #29F5AF. Grayscale: #4E4E4E. Windows color (decimal): -2749872 or 5245654. OLE color: 5245654.
HSL color Cylindrical-coordinate representation of color #D60A50: hue angle of 339.41º 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 #D60A50 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 80 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.16 |
| HSL | 339.41º | 0.91% | 0.44% | - |
| HSV(B) | 339.41º | 0.95% | 0.84% | - |
| XYZ | 29.29 | 15.09 | 8.96 | - |
| YUV | 78.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 80 | 0 | 0.95 | 0.63 | 0.16 | 339.41 | 0.91 | 0.44 |
| Hex | D6 | A | 50 | 0 | 5F | 3F | 10 | 153 | 5B | 2C |
| Octal | 326 | 12 | 120 | 0 | 137 | 77 | 20 | 523 | 133 | 54 |
| Binary | 11010110 | 1010 | 1010000 | 0 | 1011111 | 111111 | 10000 | 101010011 | 1011011 | 101100 |
Color Harmonies of #D60A50
Complementary color
Monochromatic Colors of #D60A50
Black with #D60A50
Text Example
Text Example
White with #D60A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A50; }
p { color: rgb(214,10,80); }
H1.HeaderClassName
{
color: #D60A50;
}
.AnyTagClassName
{
color: #D60A50;
}
</style>
background-color css
<style>
a { background-color: #D60A50; }
a { background-color: rgb(214,10,80); }
div.DivClassName
{
background-color: #D60A50;
}
.BgClassName
{
background-color: #D60A50;
}
</style>
border-color css
<style>
span { border-color: #D60A50; }
span { border-color: rgb(214,10,80); }
td.TdClassName
{
border-color: #D60A50;
}
.TagClassName
{
border-color: #D60A50;
}
</style>