Shades of Razzmatazz #D0015B
Tints of Razzmatazz #D0015B
RGB
CMYK
RGB Variations
Color information
#D0015B (or 0xD0015B) is known color: Razzmatazz. HEX triplet: D0, 01 and 5B. RGB value is (208,1,91). Sum of RGB (Red+Green+Blue) = 208+1+91=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D0015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0015B is #2FFEA4. Grayscale: #494949. Windows color (decimal): -3145381 or 5964240. OLE color: 5964240.
HSL color Cylindrical-coordinate representation of color #D0015B: hue angle of 333.91º 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 #D0015B is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.18 |
| HSL | 333.91º | 0.99% | 0.41% | - |
| HSV(B) | 333.91º | 1% | 0.82% | - |
| XYZ | 27.91 | 14.19 | 11.16 | - |
| YUV | 73.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 91 | 0 | 1.00 | 0.56 | 0.18 | 333.91 | 0.99 | 0.41 |
| Hex | D0 | 1 | 5B | 0 | 64 | 38 | 12 | 14E | 63 | 29 |
| Octal | 320 | 1 | 133 | 0 | 144 | 70 | 22 | 516 | 143 | 51 |
| Binary | 11010000 | 1 | 1011011 | 0 | 1100100 | 111000 | 10010 | 101001110 | 1100011 | 101001 |
Color Harmonies of #D0015B
Complementary color
Monochromatic Colors of #D0015B
Black with #D0015B
Text Example
Text Example
White with #D0015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0015B; }
p { color: rgb(208,1,91); }
H1.HeaderClassName
{
color: #D0015B;
}
.AnyTagClassName
{
color: #D0015B;
}
</style>
background-color css
<style>
a { background-color: #D0015B; }
a { background-color: rgb(208,1,91); }
div.DivClassName
{
background-color: #D0015B;
}
.BgClassName
{
background-color: #D0015B;
}
</style>
border-color css
<style>
span { border-color: #D0015B; }
span { border-color: rgb(208,1,91); }
td.TdClassName
{
border-color: #D0015B;
}
.TagClassName
{
border-color: #D0015B;
}
</style>