Shades of Razzmatazz #D50267
Tints of Razzmatazz #D50267
RGB
CMYK
RGB Variations
Color information
#D50267 (or 0xD50267) is known color: Razzmatazz. HEX triplet: D5, 02 and 67. RGB value is (213,2,103). Sum of RGB (Red+Green+Blue) = 213+2+103=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50267 is #2AFD98. Grayscale: #4C4C4C. Windows color (decimal): -2817433 or 6750933. OLE color: 6750933.
HSL color Cylindrical-coordinate representation of color #D50267: hue angle of 331.28º 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 #D50267 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.16 |
| HSL | 331.28º | 0.98% | 0.42% | - |
| HSV(B) | 331.28º | 0.99% | 0.84% | - |
| XYZ | 29.91 | 15.17 | 14.18 | - |
| YUV | 76.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 103 | 0 | 0.99 | 0.52 | 0.16 | 331.28 | 0.98 | 0.42 |
| Hex | D5 | 2 | 67 | 0 | 63 | 34 | 10 | 14B | 62 | 2A |
| Octal | 325 | 2 | 147 | 0 | 143 | 64 | 20 | 513 | 142 | 52 |
| Binary | 11010101 | 10 | 1100111 | 0 | 1100011 | 110100 | 10000 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D50267
Complementary color
Monochromatic Colors of #D50267
Black with #D50267
Text Example
Text Example
White with #D50267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50267; }
p { color: rgb(213,2,103); }
H1.HeaderClassName
{
color: #D50267;
}
.AnyTagClassName
{
color: #D50267;
}
</style>
background-color css
<style>
a { background-color: #D50267; }
a { background-color: rgb(213,2,103); }
div.DivClassName
{
background-color: #D50267;
}
.BgClassName
{
background-color: #D50267;
}
</style>
border-color css
<style>
span { border-color: #D50267; }
span { border-color: rgb(213,2,103); }
td.TdClassName
{
border-color: #D50267;
}
.TagClassName
{
border-color: #D50267;
}
</style>