Shades of Razzmatazz #D90655
Tints of Razzmatazz #D90655
RGB
CMYK
RGB Variations
Color information
#D90655 (or 0xD90655) is known color: Razzmatazz. HEX triplet: D9, 06 and 55. RGB value is (217,6,85). Sum of RGB (Red+Green+Blue) = 217+6+85=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90655 is #26F9AA. Grayscale: #4D4D4D. Windows color (decimal): -2554283 or 5572313. OLE color: 5572313.
HSL color Cylindrical-coordinate representation of color #D90655: hue angle of 337.54º 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 #D90655 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 337.54º | 0.95% | 0.44% | - |
| HSV(B) | 337.54º | 0.97% | 0.85% | - |
| XYZ | 30.32 | 15.54 | 10 | - |
| YUV | 78.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 85 | 0 | 0.97 | 0.61 | 0.15 | 337.54 | 0.95 | 0.44 |
| Hex | D9 | 6 | 55 | 0 | 61 | 3D | F | 152 | 5F | 2C |
| Octal | 331 | 6 | 125 | 0 | 141 | 75 | 17 | 522 | 137 | 54 |
| Binary | 11011001 | 110 | 1010101 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011111 | 101100 |
Color Harmonies of #D90655
Complementary color
Monochromatic Colors of #D90655
Black with #D90655
Text Example
Text Example
White with #D90655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90655; }
p { color: rgb(217,6,85); }
H1.HeaderClassName
{
color: #D90655;
}
.AnyTagClassName
{
color: #D90655;
}
</style>
background-color css
<style>
a { background-color: #D90655; }
a { background-color: rgb(217,6,85); }
div.DivClassName
{
background-color: #D90655;
}
.BgClassName
{
background-color: #D90655;
}
</style>
border-color css
<style>
span { border-color: #D90655; }
span { border-color: rgb(217,6,85); }
td.TdClassName
{
border-color: #D90655;
}
.TagClassName
{
border-color: #D90655;
}
</style>