Shades of Razzmatazz #D1025F
Tints of Razzmatazz #D1025F
RGB
CMYK
RGB Variations
Color information
#D1025F (or 0xD1025F) is known color: Razzmatazz. HEX triplet: D1, 02 and 5F. RGB value is (209,2,95). Sum of RGB (Red+Green+Blue) = 209+2+95=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1025F is #2EFDA0. Grayscale: #4A4A4A. Windows color (decimal): -3079585 or 6226641. OLE color: 6226641.
HSL color Cylindrical-coordinate representation of color #D1025F: hue angle of 333.04º 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 #D1025F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.18 |
| HSL | 333.04º | 0.98% | 0.41% | - |
| HSV(B) | 333.04º | 0.99% | 0.82% | - |
| XYZ | 28.38 | 14.42 | 12.11 | - |
| YUV | 74.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 95 | 0 | 0.99 | 0.55 | 0.18 | 333.04 | 0.98 | 0.41 |
| Hex | D1 | 2 | 5F | 0 | 63 | 37 | 12 | 14D | 62 | 29 |
| Octal | 321 | 2 | 137 | 0 | 143 | 67 | 22 | 515 | 142 | 51 |
| Binary | 11010001 | 10 | 1011111 | 0 | 1100011 | 110111 | 10010 | 101001101 | 1100010 | 101001 |
Color Harmonies of #D1025F
Complementary color
Monochromatic Colors of #D1025F
Black with #D1025F
Text Example
Text Example
White with #D1025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1025F; }
p { color: rgb(209,2,95); }
H1.HeaderClassName
{
color: #D1025F;
}
.AnyTagClassName
{
color: #D1025F;
}
</style>
background-color css
<style>
a { background-color: #D1025F; }
a { background-color: rgb(209,2,95); }
div.DivClassName
{
background-color: #D1025F;
}
.BgClassName
{
background-color: #D1025F;
}
</style>
border-color css
<style>
span { border-color: #D1025F; }
span { border-color: rgb(209,2,95); }
td.TdClassName
{
border-color: #D1025F;
}
.TagClassName
{
border-color: #D1025F;
}
</style>