Shades of Razzmatazz #D50067
Tints of Razzmatazz #D50067
RGB
CMYK
RGB Variations
Color information
#D50067 (or 0xD50067) is known color: Razzmatazz. HEX triplet: D5, 00 and 67. RGB value is (213,0,103). Sum of RGB (Red+Green+Blue) = 213+0+103=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D50067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50067 is #2AFF98. Grayscale: #4B4B4B. Windows color (decimal): -2817945 or 6750421. OLE color: 6750421.
HSL color Cylindrical-coordinate representation of color #D50067: hue angle of 330.99º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50067 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.52 | 0.16 |
| HSL | 330.99º | 1% | 0.42% | - |
| HSV(B) | 330.99º | 1% | 0.84% | - |
| XYZ | 29.89 | 15.13 | 14.18 | - |
| YUV | 75.43 | 143.57 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 103 | 0 | 1 | 0.52 | 0.16 | 330.99 | 1 | 0.42 |
| Hex | D5 | 0 | 67 | 0 | 64 | 34 | 10 | 14B | 64 | 2A |
| Octal | 325 | 0 | 147 | 0 | 144 | 64 | 20 | 513 | 144 | 52 |
| Binary | 11010101 | 0 | 1100111 | 0 | 1100100 | 110100 | 10000 | 101001011 | 1100100 | 101010 |
Color Harmonies of #D50067
Complementary color
Monochromatic Colors of #D50067
Black with #D50067
Text Example
Text Example
White with #D50067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50067; }
p { color: rgb(213,0,103); }
H1.HeaderClassName
{
color: #D50067;
}
.AnyTagClassName
{
color: #D50067;
}
</style>
background-color css
<style>
a { background-color: #D50067; }
a { background-color: rgb(213,0,103); }
div.DivClassName
{
background-color: #D50067;
}
.BgClassName
{
background-color: #D50067;
}
</style>
border-color css
<style>
span { border-color: #D50067; }
span { border-color: rgb(213,0,103); }
td.TdClassName
{
border-color: #D50067;
}
.TagClassName
{
border-color: #D50067;
}
</style>