Shades of Razzmatazz #D1055A
Tints of Razzmatazz #D1055A
RGB
CMYK
RGB Variations
Color information
#D1055A (or 0xD1055A) is known color: Razzmatazz. HEX triplet: D1, 05 and 5A. RGB value is (209,5,90). Sum of RGB (Red+Green+Blue) = 209+5+90=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1055A is #2EFAA5. Grayscale: #4B4B4B. Windows color (decimal): -3078822 or 5899729. OLE color: 5899729.
HSL color Cylindrical-coordinate representation of color #D1055A: hue angle of 335º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1055A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.18 |
| HSL | 335º | 0.95% | 0.42% | - |
| HSV(B) | 335º | 0.98% | 0.82% | - |
| XYZ | 28.19 | 14.4 | 10.97 | - |
| YUV | 75.69 | 136.09 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 90 | 0 | 0.98 | 0.57 | 0.18 | 335 | 0.95 | 0.42 |
| Hex | D1 | 5 | 5A | 0 | 62 | 39 | 12 | 14F | 5F | 2A |
| Octal | 321 | 5 | 132 | 0 | 142 | 71 | 22 | 517 | 137 | 52 |
| Binary | 11010001 | 101 | 1011010 | 0 | 1100010 | 111001 | 10010 | 101001111 | 1011111 | 101010 |
Color Harmonies of #D1055A
Complementary color
Monochromatic Colors of #D1055A
Black with #D1055A
Text Example
Text Example
White with #D1055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1055A; }
p { color: rgb(209,5,90); }
H1.HeaderClassName
{
color: #D1055A;
}
.AnyTagClassName
{
color: #D1055A;
}
</style>
background-color css
<style>
a { background-color: #D1055A; }
a { background-color: rgb(209,5,90); }
div.DivClassName
{
background-color: #D1055A;
}
.BgClassName
{
background-color: #D1055A;
}
</style>
border-color css
<style>
span { border-color: #D1055A; }
span { border-color: rgb(209,5,90); }
td.TdClassName
{
border-color: #D1055A;
}
.TagClassName
{
border-color: #D1055A;
}
</style>