Shades of Razzmatazz #D00954
Tints of Razzmatazz #D00954
RGB
CMYK
RGB Variations
Color information
#D00954 (or 0xD00954) is known color: Razzmatazz. HEX triplet: D0, 09 and 54. RGB value is (208,9,84). Sum of RGB (Red+Green+Blue) = 208+9+84=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D00954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00954 is #2FF6AB. Grayscale: #4C4C4C. Windows color (decimal): -3143340 or 5507536. OLE color: 5507536.
HSL color Cylindrical-coordinate representation of color #D00954: hue angle of 337.39º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00954 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.18 |
| HSL | 337.39º | 0.92% | 0.43% | - |
| HSV(B) | 337.39º | 0.96% | 0.82% | - |
| XYZ | 27.71 | 14.25 | 9.68 | - |
| YUV | 77.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 84 | 0 | 0.96 | 0.60 | 0.18 | 337.39 | 0.92 | 0.43 |
| Hex | D0 | 9 | 54 | 0 | 60 | 3C | 12 | 151 | 5C | 2B |
| Octal | 320 | 11 | 124 | 0 | 140 | 74 | 22 | 521 | 134 | 53 |
| Binary | 11010000 | 1001 | 1010100 | 0 | 1100000 | 111100 | 10010 | 101010001 | 1011100 | 101011 |
Color Harmonies of #D00954
Complementary color
Monochromatic Colors of #D00954
Black with #D00954
Text Example
Text Example
White with #D00954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00954; }
p { color: rgb(208,9,84); }
H1.HeaderClassName
{
color: #D00954;
}
.AnyTagClassName
{
color: #D00954;
}
</style>
background-color css
<style>
a { background-color: #D00954; }
a { background-color: rgb(208,9,84); }
div.DivClassName
{
background-color: #D00954;
}
.BgClassName
{
background-color: #D00954;
}
</style>
border-color css
<style>
span { border-color: #D00954; }
span { border-color: rgb(208,9,84); }
td.TdClassName
{
border-color: #D00954;
}
.TagClassName
{
border-color: #D00954;
}
</style>