Shades of Razzmatazz #D9016D
Tints of Razzmatazz #D9016D
RGB
CMYK
RGB Variations
Color information
#D9016D (or 0xD9016D) is known color: Razzmatazz. HEX triplet: D9, 01 and 6D. RGB value is (217,1,109). Sum of RGB (Red+Green+Blue) = 217+1+109=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9016D is #26FE92. Grayscale: #4D4D4D. Windows color (decimal): -2555539 or 7143897. OLE color: 7143897.
HSL color Cylindrical-coordinate representation of color #D9016D: hue angle of 330º 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 #D9016D is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.15 |
| HSL | 330º | 0.99% | 0.43% | - |
| HSV(B) | 330º | 1% | 0.85% | - |
| XYZ | 31.39 | 15.88 | 15.88 | - |
| YUV | 77.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 109 | 0 | 1.00 | 0.50 | 0.15 | 330 | 0.99 | 0.43 |
| Hex | D9 | 1 | 6D | 0 | 64 | 32 | F | 14A | 63 | 2B |
| Octal | 331 | 1 | 155 | 0 | 144 | 62 | 17 | 512 | 143 | 53 |
| Binary | 11011001 | 1 | 1101101 | 0 | 1100100 | 110010 | 1111 | 101001010 | 1100011 | 101011 |
Color Harmonies of #D9016D
Complementary color
Monochromatic Colors of #D9016D
Black with #D9016D
Text Example
Text Example
White with #D9016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9016D; }
p { color: rgb(217,1,109); }
H1.HeaderClassName
{
color: #D9016D;
}
.AnyTagClassName
{
color: #D9016D;
}
</style>
background-color css
<style>
a { background-color: #D9016D; }
a { background-color: rgb(217,1,109); }
div.DivClassName
{
background-color: #D9016D;
}
.BgClassName
{
background-color: #D9016D;
}
</style>
border-color css
<style>
span { border-color: #D9016D; }
span { border-color: rgb(217,1,109); }
td.TdClassName
{
border-color: #D9016D;
}
.TagClassName
{
border-color: #D9016D;
}
</style>