Shades of Razzmatazz #D0005A
Tints of Razzmatazz #D0005A
RGB
CMYK
RGB Variations
Color information
#D0005A (or 0xD0005A) is known color: Razzmatazz. HEX triplet: D0, 00 and 5A. RGB value is (208,0,90). Sum of RGB (Red+Green+Blue) = 208+0+90=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D0005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0005A is #2FFFA5. Grayscale: #484848. Windows color (decimal): -3145638 or 5898448. OLE color: 5898448.
HSL color Cylindrical-coordinate representation of color #D0005A: hue angle of 334.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0005A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.57 | 0.18 |
| HSL | 334.04º | 1% | 0.41% | - |
| HSV(B) | 334.04º | 1% | 0.82% | - |
| XYZ | 27.86 | 14.15 | 10.94 | - |
| YUV | 72.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 90 | 0 | 1 | 0.57 | 0.18 | 334.04 | 1 | 0.41 |
| Hex | D0 | 0 | 5A | 0 | 64 | 39 | 12 | 14E | 64 | 29 |
| Octal | 320 | 0 | 132 | 0 | 144 | 71 | 22 | 516 | 144 | 51 |
| Binary | 11010000 | 0 | 1011010 | 0 | 1100100 | 111001 | 10010 | 101001110 | 1100100 | 101001 |
Color Harmonies of #D0005A
Complementary color
Monochromatic Colors of #D0005A
Black with #D0005A
Text Example
Text Example
White with #D0005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0005A; }
p { color: rgb(208,0,90); }
H1.HeaderClassName
{
color: #D0005A;
}
.AnyTagClassName
{
color: #D0005A;
}
</style>
background-color css
<style>
a { background-color: #D0005A; }
a { background-color: rgb(208,0,90); }
div.DivClassName
{
background-color: #D0005A;
}
.BgClassName
{
background-color: #D0005A;
}
</style>
border-color css
<style>
span { border-color: #D0005A; }
span { border-color: rgb(208,0,90); }
td.TdClassName
{
border-color: #D0005A;
}
.TagClassName
{
border-color: #D0005A;
}
</style>