Shades of Razzmatazz #D8015A
Tints of Razzmatazz #D8015A
RGB
CMYK
RGB Variations
Color information
#D8015A (or 0xD8015A) is known color: Razzmatazz. HEX triplet: D8, 01 and 5A. RGB value is (216,1,90). Sum of RGB (Red+Green+Blue) = 216+1+90=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8015A is #27FEA5. Grayscale: #4B4B4B. Windows color (decimal): -2621094 or 5898712. OLE color: 5898712.
HSL color Cylindrical-coordinate representation of color #D8015A: hue angle of 335.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8015A is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.15 |
| HSL | 335.16º | 0.99% | 0.43% | - |
| HSV(B) | 335.16º | 1% | 0.85% | - |
| XYZ | 30.18 | 15.36 | 11.05 | - |
| YUV | 75.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 90 | 0 | 1.00 | 0.58 | 0.15 | 335.16 | 0.99 | 0.43 |
| Hex | D8 | 1 | 5A | 0 | 64 | 3A | F | 14F | 63 | 2B |
| Octal | 330 | 1 | 132 | 0 | 144 | 72 | 17 | 517 | 143 | 53 |
| Binary | 11011000 | 1 | 1011010 | 0 | 1100100 | 111010 | 1111 | 101001111 | 1100011 | 101011 |
Color Harmonies of #D8015A
Complementary color
Monochromatic Colors of #D8015A
Black with #D8015A
Text Example
Text Example
White with #D8015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8015A; }
p { color: rgb(216,1,90); }
H1.HeaderClassName
{
color: #D8015A;
}
.AnyTagClassName
{
color: #D8015A;
}
</style>
background-color css
<style>
a { background-color: #D8015A; }
a { background-color: rgb(216,1,90); }
div.DivClassName
{
background-color: #D8015A;
}
.BgClassName
{
background-color: #D8015A;
}
</style>
border-color css
<style>
span { border-color: #D8015A; }
span { border-color: rgb(216,1,90); }
td.TdClassName
{
border-color: #D8015A;
}
.TagClassName
{
border-color: #D8015A;
}
</style>