Shades of Razzmatazz #D5016A
Tints of Razzmatazz #D5016A
RGB
CMYK
RGB Variations
Color information
#D5016A (or 0xD5016A) is known color: Razzmatazz. HEX triplet: D5, 01 and 6A. RGB value is (213,1,106). Sum of RGB (Red+Green+Blue) = 213+1+106=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5016A is #2AFE95. Grayscale: #4C4C4C. Windows color (decimal): -2817686 or 6947285. OLE color: 6947285.
HSL color Cylindrical-coordinate representation of color #D5016A: hue angle of 330.28º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5016A is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.16 |
| HSL | 330.28º | 0.99% | 0.42% | - |
| HSV(B) | 330.28º | 1% | 0.84% | - |
| XYZ | 30.05 | 15.21 | 14.99 | - |
| YUV | 76.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 106 | 0 | 1.00 | 0.50 | 0.16 | 330.28 | 0.99 | 0.42 |
| Hex | D5 | 1 | 6A | 0 | 64 | 32 | 10 | 14A | 63 | 2A |
| Octal | 325 | 1 | 152 | 0 | 144 | 62 | 20 | 512 | 143 | 52 |
| Binary | 11010101 | 1 | 1101010 | 0 | 1100100 | 110010 | 10000 | 101001010 | 1100011 | 101010 |
Color Harmonies of #D5016A
Complementary color
Monochromatic Colors of #D5016A
Black with #D5016A
Text Example
Text Example
White with #D5016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5016A; }
p { color: rgb(213,1,106); }
H1.HeaderClassName
{
color: #D5016A;
}
.AnyTagClassName
{
color: #D5016A;
}
</style>
background-color css
<style>
a { background-color: #D5016A; }
a { background-color: rgb(213,1,106); }
div.DivClassName
{
background-color: #D5016A;
}
.BgClassName
{
background-color: #D5016A;
}
</style>
border-color css
<style>
span { border-color: #D5016A; }
span { border-color: rgb(213,1,106); }
td.TdClassName
{
border-color: #D5016A;
}
.TagClassName
{
border-color: #D5016A;
}
</style>