Shades of Razzmatazz #D5005A
Tints of Razzmatazz #D5005A
RGB
CMYK
RGB Variations
Color information
#D5005A (or 0xD5005A) is known color: Razzmatazz. HEX triplet: D5, 00 and 5A. RGB value is (213,0,90). Sum of RGB (Red+Green+Blue) = 213+0+90=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D5005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5005A is #2AFFA5. Grayscale: #494949. Windows color (decimal): -2817958 or 5898453. OLE color: 5898453.
HSL color Cylindrical-coordinate representation of color #D5005A: hue angle of 334.65º 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 #D5005A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.58 | 0.16 |
| HSL | 334.65º | 1% | 0.42% | - |
| HSV(B) | 334.65º | 1% | 0.84% | - |
| XYZ | 29.29 | 14.88 | 11 | - |
| YUV | 73.95 | 137.07 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 90 | 0 | 1 | 0.58 | 0.16 | 334.65 | 1 | 0.42 |
| Hex | D5 | 0 | 5A | 0 | 64 | 3A | 10 | 14F | 64 | 2A |
| Octal | 325 | 0 | 132 | 0 | 144 | 72 | 20 | 517 | 144 | 52 |
| Binary | 11010101 | 0 | 1011010 | 0 | 1100100 | 111010 | 10000 | 101001111 | 1100100 | 101010 |
Color Harmonies of #D5005A
Complementary color
Monochromatic Colors of #D5005A
Black with #D5005A
Text Example
Text Example
White with #D5005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5005A; }
p { color: rgb(213,0,90); }
H1.HeaderClassName
{
color: #D5005A;
}
.AnyTagClassName
{
color: #D5005A;
}
</style>
background-color css
<style>
a { background-color: #D5005A; }
a { background-color: rgb(213,0,90); }
div.DivClassName
{
background-color: #D5005A;
}
.BgClassName
{
background-color: #D5005A;
}
</style>
border-color css
<style>
span { border-color: #D5005A; }
span { border-color: rgb(213,0,90); }
td.TdClassName
{
border-color: #D5005A;
}
.TagClassName
{
border-color: #D5005A;
}
</style>