Shades of Razzmatazz #D1024A
Tints of Razzmatazz #D1024A
RGB
CMYK
RGB Variations
Color information
#D1024A (or 0xD1024A) is known color: Razzmatazz. HEX triplet: D1, 02 and 4A. RGB value is (209,2,74). Sum of RGB (Red+Green+Blue) = 209+2+74=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D1024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1024A is #2EFDB5. Grayscale: #484848. Windows color (decimal): -3079606 or 4850385. OLE color: 4850385.
HSL color Cylindrical-coordinate representation of color #D1024A: hue angle of 339.13º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1024A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.18 |
| HSL | 339.13º | 0.98% | 0.41% | - |
| HSV(B) | 339.13º | 0.99% | 0.82% | - |
| XYZ | 27.55 | 14.09 | 7.75 | - |
| YUV | 72.1 | 129.08 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 74 | 0 | 0.99 | 0.65 | 0.18 | 339.13 | 0.98 | 0.41 |
| Hex | D1 | 2 | 4A | 0 | 63 | 41 | 12 | 153 | 62 | 29 |
| Octal | 321 | 2 | 112 | 0 | 143 | 101 | 22 | 523 | 142 | 51 |
| Binary | 11010001 | 10 | 1001010 | 0 | 1100011 | 1000001 | 10010 | 101010011 | 1100010 | 101001 |
Color Harmonies of #D1024A
Complementary color
Monochromatic Colors of #D1024A
Black with #D1024A
Text Example
Text Example
White with #D1024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1024A; }
p { color: rgb(209,2,74); }
H1.HeaderClassName
{
color: #D1024A;
}
.AnyTagClassName
{
color: #D1024A;
}
</style>
background-color css
<style>
a { background-color: #D1024A; }
a { background-color: rgb(209,2,74); }
div.DivClassName
{
background-color: #D1024A;
}
.BgClassName
{
background-color: #D1024A;
}
</style>
border-color css
<style>
span { border-color: #D1024A; }
span { border-color: rgb(209,2,74); }
td.TdClassName
{
border-color: #D1024A;
}
.TagClassName
{
border-color: #D1024A;
}
</style>