Shades of Razzmatazz #D9006B
Tints of Razzmatazz #D9006B
RGB
CMYK
RGB Variations
Color information
#D9006B (or 0xD9006B) is known color: Razzmatazz. HEX triplet: D9, 00 and 6B. RGB value is (217,0,107). Sum of RGB (Red+Green+Blue) = 217+0+107=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9006B is #26FF94. Grayscale: #4C4C4C. Windows color (decimal): -2555797 or 7012569. OLE color: 7012569.
HSL color Cylindrical-coordinate representation of color #D9006B: hue angle of 330.41º 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 #D9006B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.51 | 0.15 |
| HSL | 330.41º | 1% | 0.43% | - |
| HSV(B) | 330.41º | 1% | 0.85% | - |
| XYZ | 31.27 | 15.81 | 15.31 | - |
| YUV | 77.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 107 | 0 | 1 | 0.51 | 0.15 | 330.41 | 1 | 0.43 |
| Hex | D9 | 0 | 6B | 0 | 64 | 33 | F | 14A | 64 | 2B |
| Octal | 331 | 0 | 153 | 0 | 144 | 63 | 17 | 512 | 144 | 53 |
| Binary | 11011001 | 0 | 1101011 | 0 | 1100100 | 110011 | 1111 | 101001010 | 1100100 | 101011 |
Color Harmonies of #D9006B
Complementary color
Monochromatic Colors of #D9006B
Black with #D9006B
Text Example
Text Example
White with #D9006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9006B; }
p { color: rgb(217,0,107); }
H1.HeaderClassName
{
color: #D9006B;
}
.AnyTagClassName
{
color: #D9006B;
}
</style>
background-color css
<style>
a { background-color: #D9006B; }
a { background-color: rgb(217,0,107); }
div.DivClassName
{
background-color: #D9006B;
}
.BgClassName
{
background-color: #D9006B;
}
</style>
border-color css
<style>
span { border-color: #D9006B; }
span { border-color: rgb(217,0,107); }
td.TdClassName
{
border-color: #D9006B;
}
.TagClassName
{
border-color: #D9006B;
}
</style>