Shades of Razzmatazz #D9065B
Tints of Razzmatazz #D9065B
RGB
CMYK
RGB Variations
Color information
#D9065B (or 0xD9065B) is known color: Razzmatazz. HEX triplet: D9, 06 and 5B. RGB value is (217,6,91). Sum of RGB (Red+Green+Blue) = 217+6+91=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9065B is #26F9A4. Grayscale: #4E4E4E. Windows color (decimal): -2554277 or 5965529. OLE color: 5965529.
HSL color Cylindrical-coordinate representation of color #D9065B: hue angle of 335.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9065B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.15 |
| HSL | 335.83º | 0.95% | 0.44% | - |
| HSV(B) | 335.83º | 0.97% | 0.85% | - |
| XYZ | 30.57 | 15.64 | 11.3 | - |
| YUV | 78.78 | 134.9 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 91 | 0 | 0.97 | 0.58 | 0.15 | 335.83 | 0.95 | 0.44 |
| Hex | D9 | 6 | 5B | 0 | 61 | 3A | F | 150 | 5F | 2C |
| Octal | 331 | 6 | 133 | 0 | 141 | 72 | 17 | 520 | 137 | 54 |
| Binary | 11011001 | 110 | 1011011 | 0 | 1100001 | 111010 | 1111 | 101010000 | 1011111 | 101100 |
Color Harmonies of #D9065B
Complementary color
Monochromatic Colors of #D9065B
Black with #D9065B
Text Example
Text Example
White with #D9065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9065B; }
p { color: rgb(217,6,91); }
H1.HeaderClassName
{
color: #D9065B;
}
.AnyTagClassName
{
color: #D9065B;
}
</style>
background-color css
<style>
a { background-color: #D9065B; }
a { background-color: rgb(217,6,91); }
div.DivClassName
{
background-color: #D9065B;
}
.BgClassName
{
background-color: #D9065B;
}
</style>
border-color css
<style>
span { border-color: #D9065B; }
span { border-color: rgb(217,6,91); }
td.TdClassName
{
border-color: #D9065B;
}
.TagClassName
{
border-color: #D9065B;
}
</style>