Shades of Razzmatazz #D60853
Tints of Razzmatazz #D60853
RGB
CMYK
RGB Variations
Color information
#D60853 (or 0xD60853) is known color: Razzmatazz. HEX triplet: D6, 08 and 53. RGB value is (214,8,83). Sum of RGB (Red+Green+Blue) = 214+8+83=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60853 is #29F7AC. Grayscale: #4E4E4E. Windows color (decimal): -2750381 or 5441750. OLE color: 5441750.
HSL color Cylindrical-coordinate representation of color #D60853: hue angle of 338.16º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60853 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.16 |
| HSL | 338.16º | 0.93% | 0.44% | - |
| HSV(B) | 338.16º | 0.96% | 0.84% | - |
| XYZ | 29.38 | 15.09 | 9.55 | - |
| YUV | 78.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 83 | 0 | 0.96 | 0.61 | 0.16 | 338.16 | 0.93 | 0.44 |
| Hex | D6 | 8 | 53 | 0 | 60 | 3D | 10 | 152 | 5D | 2C |
| Octal | 326 | 10 | 123 | 0 | 140 | 75 | 20 | 522 | 135 | 54 |
| Binary | 11010110 | 1000 | 1010011 | 0 | 1100000 | 111101 | 10000 | 101010010 | 1011101 | 101100 |
Color Harmonies of #D60853
Complementary color
Monochromatic Colors of #D60853
Black with #D60853
Text Example
Text Example
White with #D60853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60853; }
p { color: rgb(214,8,83); }
H1.HeaderClassName
{
color: #D60853;
}
.AnyTagClassName
{
color: #D60853;
}
</style>
background-color css
<style>
a { background-color: #D60853; }
a { background-color: rgb(214,8,83); }
div.DivClassName
{
background-color: #D60853;
}
.BgClassName
{
background-color: #D60853;
}
</style>
border-color css
<style>
span { border-color: #D60853; }
span { border-color: rgb(214,8,83); }
td.TdClassName
{
border-color: #D60853;
}
.TagClassName
{
border-color: #D60853;
}
</style>