Shades of Razzmatazz #D9026C
Tints of Razzmatazz #D9026C
RGB
CMYK
RGB Variations
Color information
#D9026C (or 0xD9026C) is known color: Razzmatazz. HEX triplet: D9, 02 and 6C. RGB value is (217,2,108). Sum of RGB (Red+Green+Blue) = 217+2+108=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9026C is #26FD93. Grayscale: #4E4E4E. Windows color (decimal): -2555284 or 7078617. OLE color: 7078617.
HSL color Cylindrical-coordinate representation of color #D9026C: hue angle of 330.42º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9026C is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.15 |
| HSL | 330.42º | 0.98% | 0.43% | - |
| HSV(B) | 330.42º | 0.99% | 0.85% | - |
| XYZ | 31.34 | 15.88 | 15.6 | - |
| YUV | 78.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 108 | 0 | 0.99 | 0.50 | 0.15 | 330.42 | 0.98 | 0.43 |
| Hex | D9 | 2 | 6C | 0 | 63 | 32 | F | 14A | 62 | 2B |
| Octal | 331 | 2 | 154 | 0 | 143 | 62 | 17 | 512 | 142 | 53 |
| Binary | 11011001 | 10 | 1101100 | 0 | 1100011 | 110010 | 1111 | 101001010 | 1100010 | 101011 |
Color Harmonies of #D9026C
Complementary color
Monochromatic Colors of #D9026C
Black with #D9026C
Text Example
Text Example
White with #D9026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9026C; }
p { color: rgb(217,2,108); }
H1.HeaderClassName
{
color: #D9026C;
}
.AnyTagClassName
{
color: #D9026C;
}
</style>
background-color css
<style>
a { background-color: #D9026C; }
a { background-color: rgb(217,2,108); }
div.DivClassName
{
background-color: #D9026C;
}
.BgClassName
{
background-color: #D9026C;
}
</style>
border-color css
<style>
span { border-color: #D9026C; }
span { border-color: rgb(217,2,108); }
td.TdClassName
{
border-color: #D9026C;
}
.TagClassName
{
border-color: #D9026C;
}
</style>