Shades of Razzmatazz #D1015A
Tints of Razzmatazz #D1015A
RGB
CMYK
RGB Variations
Color information
#D1015A (or 0xD1015A) is known color: Razzmatazz. HEX triplet: D1, 01 and 5A. RGB value is (209,1,90). Sum of RGB (Red+Green+Blue) = 209+1+90=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D1015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1015A is #2EFEA5. Grayscale: #494949. Windows color (decimal): -3079846 or 5898705. OLE color: 5898705.
HSL color Cylindrical-coordinate representation of color #D1015A: hue angle of 334.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1015A is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.18 |
| HSL | 334.33º | 0.99% | 0.41% | - |
| HSV(B) | 334.33º | 1% | 0.82% | - |
| XYZ | 28.15 | 14.32 | 10.95 | - |
| YUV | 73.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 90 | 0 | 1.00 | 0.57 | 0.18 | 334.33 | 0.99 | 0.41 |
| Hex | D1 | 1 | 5A | 0 | 64 | 39 | 12 | 14E | 63 | 29 |
| Octal | 321 | 1 | 132 | 0 | 144 | 71 | 22 | 516 | 143 | 51 |
| Binary | 11010001 | 1 | 1011010 | 0 | 1100100 | 111001 | 10010 | 101001110 | 1100011 | 101001 |
Color Harmonies of #D1015A
Complementary color
Monochromatic Colors of #D1015A
Black with #D1015A
Text Example
Text Example
White with #D1015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1015A; }
p { color: rgb(209,1,90); }
H1.HeaderClassName
{
color: #D1015A;
}
.AnyTagClassName
{
color: #D1015A;
}
</style>
background-color css
<style>
a { background-color: #D1015A; }
a { background-color: rgb(209,1,90); }
div.DivClassName
{
background-color: #D1015A;
}
.BgClassName
{
background-color: #D1015A;
}
</style>
border-color css
<style>
span { border-color: #D1015A; }
span { border-color: rgb(209,1,90); }
td.TdClassName
{
border-color: #D1015A;
}
.TagClassName
{
border-color: #D1015A;
}
</style>