Shades of Razzmatazz #D9006D
Tints of Razzmatazz #D9006D
RGB
CMYK
RGB Variations
Color information
#D9006D (or 0xD9006D) is known color: Razzmatazz. HEX triplet: D9, 00 and 6D. RGB value is (217,0,109). Sum of RGB (Red+Green+Blue) = 217+0+109=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9006D is #26FF92. Grayscale: #4D4D4D. Windows color (decimal): -2555795 or 7143641. OLE color: 7143641.
HSL color Cylindrical-coordinate representation of color #D9006D: hue angle of 329.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9006D is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.50 | 0.15 |
| HSL | 329.86º | 1% | 0.43% | - |
| HSV(B) | 329.86º | 1% | 0.85% | - |
| XYZ | 31.38 | 15.86 | 15.87 | - |
| YUV | 77.31 | 145.89 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 109 | 0 | 1 | 0.50 | 0.15 | 329.86 | 1 | 0.43 |
| Hex | D9 | 0 | 6D | 0 | 64 | 32 | F | 14A | 64 | 2B |
| Octal | 331 | 0 | 155 | 0 | 144 | 62 | 17 | 512 | 144 | 53 |
| Binary | 11011001 | 0 | 1101101 | 0 | 1100100 | 110010 | 1111 | 101001010 | 1100100 | 101011 |
Color Harmonies of #D9006D
Complementary color
Monochromatic Colors of #D9006D
Black with #D9006D
Text Example
Text Example
White with #D9006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9006D; }
p { color: rgb(217,0,109); }
H1.HeaderClassName
{
color: #D9006D;
}
.AnyTagClassName
{
color: #D9006D;
}
</style>
background-color css
<style>
a { background-color: #D9006D; }
a { background-color: rgb(217,0,109); }
div.DivClassName
{
background-color: #D9006D;
}
.BgClassName
{
background-color: #D9006D;
}
</style>
border-color css
<style>
span { border-color: #D9006D; }
span { border-color: rgb(217,0,109); }
td.TdClassName
{
border-color: #D9006D;
}
.TagClassName
{
border-color: #D9006D;
}
</style>