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