Shades of Razzmatazz #D1024D
Tints of Razzmatazz #D1024D
RGB
CMYK
RGB Variations
Color information
#D1024D (or 0xD1024D) is known color: Razzmatazz. HEX triplet: D1, 02 and 4D. RGB value is (209,2,77). Sum of RGB (Red+Green+Blue) = 209+2+77=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1024D is #2EFDB2. Grayscale: #484848. Windows color (decimal): -3079603 or 5046993. OLE color: 5046993.
HSL color Cylindrical-coordinate representation of color #D1024D: hue angle of 338.26º 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 #D1024D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.18 |
| HSL | 338.26º | 0.98% | 0.41% | - |
| HSV(B) | 338.26º | 0.99% | 0.82% | - |
| XYZ | 27.66 | 14.13 | 8.29 | - |
| YUV | 72.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 77 | 0 | 0.99 | 0.63 | 0.18 | 338.26 | 0.98 | 0.41 |
| Hex | D1 | 2 | 4D | 0 | 63 | 3F | 12 | 152 | 62 | 29 |
| Octal | 321 | 2 | 115 | 0 | 143 | 77 | 22 | 522 | 142 | 51 |
| Binary | 11010001 | 10 | 1001101 | 0 | 1100011 | 111111 | 10010 | 101010010 | 1100010 | 101001 |
Color Harmonies of #D1024D
Complementary color
Monochromatic Colors of #D1024D
Black with #D1024D
Text Example
Text Example
White with #D1024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1024D; }
p { color: rgb(209,2,77); }
H1.HeaderClassName
{
color: #D1024D;
}
.AnyTagClassName
{
color: #D1024D;
}
</style>
background-color css
<style>
a { background-color: #D1024D; }
a { background-color: rgb(209,2,77); }
div.DivClassName
{
background-color: #D1024D;
}
.BgClassName
{
background-color: #D1024D;
}
</style>
border-color css
<style>
span { border-color: #D1024D; }
span { border-color: rgb(209,2,77); }
td.TdClassName
{
border-color: #D1024D;
}
.TagClassName
{
border-color: #D1024D;
}
</style>