Shades of Razzmatazz #D1005C
Tints of Razzmatazz #D1005C
RGB
CMYK
RGB Variations
Color information
#D1005C (or 0xD1005C) is known color: Razzmatazz. HEX triplet: D1, 00 and 5C. RGB value is (209,0,92). Sum of RGB (Red+Green+Blue) = 209+0+92=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1005C is #2EFFA3. Grayscale: #484848. Windows color (decimal): -3080100 or 6029521. OLE color: 6029521.
HSL color Cylindrical-coordinate representation of color #D1005C: hue angle of 333.59º 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 #D1005C is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.56 | 0.18 |
| HSL | 333.59º | 1% | 0.41% | - |
| HSV(B) | 333.59º | 1% | 0.82% | - |
| XYZ | 28.23 | 14.33 | 11.4 | - |
| YUV | 72.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 92 | 0 | 1 | 0.56 | 0.18 | 333.59 | 1 | 0.41 |
| Hex | D1 | 0 | 5C | 0 | 64 | 38 | 12 | 14E | 64 | 29 |
| Octal | 321 | 0 | 134 | 0 | 144 | 70 | 22 | 516 | 144 | 51 |
| Binary | 11010001 | 0 | 1011100 | 0 | 1100100 | 111000 | 10010 | 101001110 | 1100100 | 101001 |
Color Harmonies of #D1005C
Complementary color
Monochromatic Colors of #D1005C
Black with #D1005C
Text Example
Text Example
White with #D1005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1005C; }
p { color: rgb(209,0,92); }
H1.HeaderClassName
{
color: #D1005C;
}
.AnyTagClassName
{
color: #D1005C;
}
</style>
background-color css
<style>
a { background-color: #D1005C; }
a { background-color: rgb(209,0,92); }
div.DivClassName
{
background-color: #D1005C;
}
.BgClassName
{
background-color: #D1005C;
}
</style>
border-color css
<style>
span { border-color: #D1005C; }
span { border-color: rgb(209,0,92); }
td.TdClassName
{
border-color: #D1005C;
}
.TagClassName
{
border-color: #D1005C;
}
</style>