Shades of Razzmatazz #D00952
Tints of Razzmatazz #D00952
RGB
CMYK
RGB Variations
Color information
#D00952 (or 0xD00952) is known color: Razzmatazz. HEX triplet: D0, 09 and 52. RGB value is (208,9,82). Sum of RGB (Red+Green+Blue) = 208+9+82=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D00952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00952 is #2FF6AD. Grayscale: #4C4C4C. Windows color (decimal): -3143342 or 5376464. OLE color: 5376464.
HSL color Cylindrical-coordinate representation of color #D00952: hue angle of 337.99º 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 #D00952 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.18 |
| HSL | 337.99º | 0.92% | 0.43% | - |
| HSV(B) | 337.99º | 0.96% | 0.82% | - |
| XYZ | 27.63 | 14.21 | 9.27 | - |
| YUV | 76.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 82 | 0 | 0.96 | 0.61 | 0.18 | 337.99 | 0.92 | 0.43 |
| Hex | D0 | 9 | 52 | 0 | 60 | 3D | 12 | 152 | 5C | 2B |
| Octal | 320 | 11 | 122 | 0 | 140 | 75 | 22 | 522 | 134 | 53 |
| Binary | 11010000 | 1001 | 1010010 | 0 | 1100000 | 111101 | 10010 | 101010010 | 1011100 | 101011 |
Color Harmonies of #D00952
Complementary color
Monochromatic Colors of #D00952
Black with #D00952
Text Example
Text Example
White with #D00952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00952; }
p { color: rgb(208,9,82); }
H1.HeaderClassName
{
color: #D00952;
}
.AnyTagClassName
{
color: #D00952;
}
</style>
background-color css
<style>
a { background-color: #D00952; }
a { background-color: rgb(208,9,82); }
div.DivClassName
{
background-color: #D00952;
}
.BgClassName
{
background-color: #D00952;
}
</style>
border-color css
<style>
span { border-color: #D00952; }
span { border-color: rgb(208,9,82); }
td.TdClassName
{
border-color: #D00952;
}
.TagClassName
{
border-color: #D00952;
}
</style>