Shades of Razzmatazz #D9065D
Tints of Razzmatazz #D9065D
RGB
CMYK
RGB Variations
Color information
#D9065D (or 0xD9065D) is known color: Razzmatazz. HEX triplet: D9, 06 and 5D. RGB value is (217,6,93). Sum of RGB (Red+Green+Blue) = 217+6+93=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9065D is #26F9A2. Grayscale: #4E4E4E. Windows color (decimal): -2554275 or 6096601. OLE color: 6096601.
HSL color Cylindrical-coordinate representation of color #D9065D: hue angle of 335.26º 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 #D9065D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.15 |
| HSL | 335.26º | 0.95% | 0.44% | - |
| HSV(B) | 335.26º | 0.97% | 0.85% | - |
| XYZ | 30.66 | 15.67 | 11.77 | - |
| YUV | 79.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 93 | 0 | 0.97 | 0.57 | 0.15 | 335.26 | 0.95 | 0.44 |
| Hex | D9 | 6 | 5D | 0 | 61 | 39 | F | 14F | 5F | 2C |
| Octal | 331 | 6 | 135 | 0 | 141 | 71 | 17 | 517 | 137 | 54 |
| Binary | 11011001 | 110 | 1011101 | 0 | 1100001 | 111001 | 1111 | 101001111 | 1011111 | 101100 |
Color Harmonies of #D9065D
Complementary color
Monochromatic Colors of #D9065D
Black with #D9065D
Text Example
Text Example
White with #D9065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9065D; }
p { color: rgb(217,6,93); }
H1.HeaderClassName
{
color: #D9065D;
}
.AnyTagClassName
{
color: #D9065D;
}
</style>
background-color css
<style>
a { background-color: #D9065D; }
a { background-color: rgb(217,6,93); }
div.DivClassName
{
background-color: #D9065D;
}
.BgClassName
{
background-color: #D9065D;
}
</style>
border-color css
<style>
span { border-color: #D9065D; }
span { border-color: rgb(217,6,93); }
td.TdClassName
{
border-color: #D9065D;
}
.TagClassName
{
border-color: #D9065D;
}
</style>