Shades of Razzmatazz #D0015F
Tints of Razzmatazz #D0015F
RGB
CMYK
RGB Variations
Color information
#D0015F (or 0xD0015F) is known color: Razzmatazz. HEX triplet: D0, 01 and 5F. RGB value is (208,1,95). Sum of RGB (Red+Green+Blue) = 208+1+95=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0015F is #2FFEA0. Grayscale: #494949. Windows color (decimal): -3145377 or 6226384. OLE color: 6226384.
HSL color Cylindrical-coordinate representation of color #D0015F: hue angle of 332.75º 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 #D0015F is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.18 |
| HSL | 332.75º | 0.99% | 0.41% | - |
| HSV(B) | 332.75º | 1% | 0.82% | - |
| XYZ | 28.09 | 14.26 | 12.1 | - |
| YUV | 73.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 95 | 0 | 1.00 | 0.54 | 0.18 | 332.75 | 0.99 | 0.41 |
| Hex | D0 | 1 | 5F | 0 | 64 | 36 | 12 | 14D | 63 | 29 |
| Octal | 320 | 1 | 137 | 0 | 144 | 66 | 22 | 515 | 143 | 51 |
| Binary | 11010000 | 1 | 1011111 | 0 | 1100100 | 110110 | 10010 | 101001101 | 1100011 | 101001 |
Color Harmonies of #D0015F
Complementary color
Monochromatic Colors of #D0015F
Black with #D0015F
Text Example
Text Example
White with #D0015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0015F; }
p { color: rgb(208,1,95); }
H1.HeaderClassName
{
color: #D0015F;
}
.AnyTagClassName
{
color: #D0015F;
}
</style>
background-color css
<style>
a { background-color: #D0015F; }
a { background-color: rgb(208,1,95); }
div.DivClassName
{
background-color: #D0015F;
}
.BgClassName
{
background-color: #D0015F;
}
</style>
border-color css
<style>
span { border-color: #D0015F; }
span { border-color: rgb(208,1,95); }
td.TdClassName
{
border-color: #D0015F;
}
.TagClassName
{
border-color: #D0015F;
}
</style>