Shades of Razzmatazz #D50268
Tints of Razzmatazz #D50268
RGB
CMYK
RGB Variations
Color information
#D50268 (or 0xD50268) is known color: Razzmatazz. HEX triplet: D5, 02 and 68. RGB value is (213,2,104). Sum of RGB (Red+Green+Blue) = 213+2+104=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D50268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50268 is #2AFD97. Grayscale: #4C4C4C. Windows color (decimal): -2817432 or 6816469. OLE color: 6816469.
HSL color Cylindrical-coordinate representation of color #D50268: hue angle of 331º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50268 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.16 |
| HSL | 331º | 0.98% | 0.42% | - |
| HSV(B) | 331º | 0.99% | 0.84% | - |
| XYZ | 29.96 | 15.19 | 14.45 | - |
| YUV | 76.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 104 | 0 | 0.99 | 0.51 | 0.16 | 331 | 0.98 | 0.42 |
| Hex | D5 | 2 | 68 | 0 | 63 | 33 | 10 | 14B | 62 | 2A |
| Octal | 325 | 2 | 150 | 0 | 143 | 63 | 20 | 513 | 142 | 52 |
| Binary | 11010101 | 10 | 1101000 | 0 | 1100011 | 110011 | 10000 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D50268
Complementary color
Monochromatic Colors of #D50268
Black with #D50268
Text Example
Text Example
White with #D50268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50268; }
p { color: rgb(213,2,104); }
H1.HeaderClassName
{
color: #D50268;
}
.AnyTagClassName
{
color: #D50268;
}
</style>
background-color css
<style>
a { background-color: #D50268; }
a { background-color: rgb(213,2,104); }
div.DivClassName
{
background-color: #D50268;
}
.BgClassName
{
background-color: #D50268;
}
</style>
border-color css
<style>
span { border-color: #D50268; }
span { border-color: rgb(213,2,104); }
td.TdClassName
{
border-color: #D50268;
}
.TagClassName
{
border-color: #D50268;
}
</style>