Shades of Razzmatazz #D50165
Tints of Razzmatazz #D50165
RGB
CMYK
RGB Variations
Color information
#D50165 (or 0xD50165) is known color: Razzmatazz. HEX triplet: D5, 01 and 65. RGB value is (213,1,101). Sum of RGB (Red+Green+Blue) = 213+1+101=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D50165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50165 is #2AFE9A. Grayscale: #4B4B4B. Windows color (decimal): -2817691 or 6619605. OLE color: 6619605.
HSL color Cylindrical-coordinate representation of color #D50165: hue angle of 331.7º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50165 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.16 |
| HSL | 331.7º | 0.99% | 0.42% | - |
| HSV(B) | 331.7º | 1% | 0.84% | - |
| XYZ | 29.8 | 15.11 | 13.66 | - |
| YUV | 75.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 101 | 0 | 1.00 | 0.53 | 0.16 | 331.7 | 0.99 | 0.42 |
| Hex | D5 | 1 | 65 | 0 | 64 | 35 | 10 | 14C | 63 | 2A |
| Octal | 325 | 1 | 145 | 0 | 144 | 65 | 20 | 514 | 143 | 52 |
| Binary | 11010101 | 1 | 1100101 | 0 | 1100100 | 110101 | 10000 | 101001100 | 1100011 | 101010 |
Color Harmonies of #D50165
Complementary color
Monochromatic Colors of #D50165
Black with #D50165
Text Example
Text Example
White with #D50165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50165; }
p { color: rgb(213,1,101); }
H1.HeaderClassName
{
color: #D50165;
}
.AnyTagClassName
{
color: #D50165;
}
</style>
background-color css
<style>
a { background-color: #D50165; }
a { background-color: rgb(213,1,101); }
div.DivClassName
{
background-color: #D50165;
}
.BgClassName
{
background-color: #D50165;
}
</style>
border-color css
<style>
span { border-color: #D50165; }
span { border-color: rgb(213,1,101); }
td.TdClassName
{
border-color: #D50165;
}
.TagClassName
{
border-color: #D50165;
}
</style>