Shades of Razzmatazz #D90367
Tints of Razzmatazz #D90367
RGB
CMYK
RGB Variations
Color information
#D90367 (or 0xD90367) is known color: Razzmatazz. HEX triplet: D9, 03 and 67. RGB value is (217,3,103). Sum of RGB (Red+Green+Blue) = 217+3+103=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D90367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90367 is #26FC98. Grayscale: #4E4E4E. Windows color (decimal): -2555033 or 6751193. OLE color: 6751193.
HSL color Cylindrical-coordinate representation of color #D90367: hue angle of 331.96º degrees, saturation: 0.97, 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 #D90367 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 331.96º | 0.97% | 0.43% | - |
| HSV(B) | 331.96º | 0.99% | 0.85% | - |
| XYZ | 31.1 | 15.8 | 14.24 | - |
| YUV | 78.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 103 | 0 | 0.99 | 0.53 | 0.15 | 331.96 | 0.97 | 0.43 |
| Hex | D9 | 3 | 67 | 0 | 63 | 35 | F | 14C | 61 | 2B |
| Octal | 331 | 3 | 147 | 0 | 143 | 65 | 17 | 514 | 141 | 53 |
| Binary | 11011001 | 11 | 1100111 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100001 | 101011 |
Color Harmonies of #D90367
Complementary color
Monochromatic Colors of #D90367
Black with #D90367
Text Example
Text Example
White with #D90367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90367; }
p { color: rgb(217,3,103); }
H1.HeaderClassName
{
color: #D90367;
}
.AnyTagClassName
{
color: #D90367;
}
</style>
background-color css
<style>
a { background-color: #D90367; }
a { background-color: rgb(217,3,103); }
div.DivClassName
{
background-color: #D90367;
}
.BgClassName
{
background-color: #D90367;
}
</style>
border-color css
<style>
span { border-color: #D90367; }
span { border-color: rgb(217,3,103); }
td.TdClassName
{
border-color: #D90367;
}
.TagClassName
{
border-color: #D90367;
}
</style>