Shades of Razzmatazz #D2015B
Tints of Razzmatazz #D2015B
RGB
CMYK
RGB Variations
Color information
#D2015B (or 0xD2015B) is known color: Razzmatazz. HEX triplet: D2, 01 and 5B. RGB value is (210,1,91). Sum of RGB (Red+Green+Blue) = 210+1+91=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D2015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2015B is #2DFEA4. Grayscale: #494949. Windows color (decimal): -3014309 or 5964242. OLE color: 5964242.
HSL color Cylindrical-coordinate representation of color #D2015B: hue angle of 334.16º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2015B is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.18 |
| HSL | 334.16º | 0.99% | 0.41% | - |
| HSV(B) | 334.16º | 1% | 0.82% | - |
| XYZ | 28.48 | 14.48 | 11.19 | - |
| YUV | 73.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 91 | 0 | 1.00 | 0.57 | 0.18 | 334.16 | 0.99 | 0.41 |
| Hex | D2 | 1 | 5B | 0 | 64 | 39 | 12 | 14E | 63 | 29 |
| Octal | 322 | 1 | 133 | 0 | 144 | 71 | 22 | 516 | 143 | 51 |
| Binary | 11010010 | 1 | 1011011 | 0 | 1100100 | 111001 | 10010 | 101001110 | 1100011 | 101001 |
Color Harmonies of #D2015B
Complementary color
Monochromatic Colors of #D2015B
Black with #D2015B
Text Example
Text Example
White with #D2015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2015B; }
p { color: rgb(210,1,91); }
H1.HeaderClassName
{
color: #D2015B;
}
.AnyTagClassName
{
color: #D2015B;
}
</style>
background-color css
<style>
a { background-color: #D2015B; }
a { background-color: rgb(210,1,91); }
div.DivClassName
{
background-color: #D2015B;
}
.BgClassName
{
background-color: #D2015B;
}
</style>
border-color css
<style>
span { border-color: #D2015B; }
span { border-color: rgb(210,1,91); }
td.TdClassName
{
border-color: #D2015B;
}
.TagClassName
{
border-color: #D2015B;
}
</style>