Shades of Razzmatazz #D50069
Tints of Razzmatazz #D50069
RGB
CMYK
RGB Variations
Color information
#D50069 (or 0xD50069) is known color: Razzmatazz. HEX triplet: D5, 00 and 69. RGB value is (213,0,105). Sum of RGB (Red+Green+Blue) = 213+0+105=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50069 is #2AFF96. Grayscale: #4B4B4B. Windows color (decimal): -2817943 or 6881493. OLE color: 6881493.
HSL color Cylindrical-coordinate representation of color #D50069: hue angle of 330.42º 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 #D50069 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.51 | 0.16 |
| HSL | 330.42º | 1% | 0.42% | - |
| HSV(B) | 330.42º | 1% | 0.84% | - |
| XYZ | 29.99 | 15.17 | 14.71 | - |
| YUV | 75.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 105 | 0 | 1 | 0.51 | 0.16 | 330.42 | 1 | 0.42 |
| Hex | D5 | 0 | 69 | 0 | 64 | 33 | 10 | 14A | 64 | 2A |
| Octal | 325 | 0 | 151 | 0 | 144 | 63 | 20 | 512 | 144 | 52 |
| Binary | 11010101 | 0 | 1101001 | 0 | 1100100 | 110011 | 10000 | 101001010 | 1100100 | 101010 |
Color Harmonies of #D50069
Complementary color
Monochromatic Colors of #D50069
Black with #D50069
Text Example
Text Example
White with #D50069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50069; }
p { color: rgb(213,0,105); }
H1.HeaderClassName
{
color: #D50069;
}
.AnyTagClassName
{
color: #D50069;
}
</style>
background-color css
<style>
a { background-color: #D50069; }
a { background-color: rgb(213,0,105); }
div.DivClassName
{
background-color: #D50069;
}
.BgClassName
{
background-color: #D50069;
}
</style>
border-color css
<style>
span { border-color: #D50069; }
span { border-color: rgb(213,0,105); }
td.TdClassName
{
border-color: #D50069;
}
.TagClassName
{
border-color: #D50069;
}
</style>