Shades of Razzmatazz #DA015F
Tints of Razzmatazz #DA015F
RGB
CMYK
RGB Variations
Color information
#DA015F (or 0xDA015F) is known color: Razzmatazz. HEX triplet: DA, 01 and 5F. RGB value is (218,1,95). Sum of RGB (Red+Green+Blue) = 218+1+95=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA015F is #25FEA0. Grayscale: #4C4C4C. Windows color (decimal): -2490017 or 6226394. OLE color: 6226394.
HSL color Cylindrical-coordinate representation of color #DA015F: hue angle of 334.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA015F is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.15 |
| HSL | 334.01º | 0.99% | 0.43% | - |
| HSV(B) | 334.01º | 1% | 0.85% | - |
| XYZ | 30.99 | 15.75 | 12.23 | - |
| YUV | 76.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 95 | 0 | 1.00 | 0.56 | 0.15 | 334.01 | 0.99 | 0.43 |
| Hex | DA | 1 | 5F | 0 | 64 | 38 | F | 14E | 63 | 2B |
| Octal | 332 | 1 | 137 | 0 | 144 | 70 | 17 | 516 | 143 | 53 |
| Binary | 11011010 | 1 | 1011111 | 0 | 1100100 | 111000 | 1111 | 101001110 | 1100011 | 101011 |
Color Harmonies of #DA015F
Complementary color
Monochromatic Colors of #DA015F
Black with #DA015F
Text Example
Text Example
White with #DA015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA015F; }
p { color: rgb(218,1,95); }
H1.HeaderClassName
{
color: #DA015F;
}
.AnyTagClassName
{
color: #DA015F;
}
</style>
background-color css
<style>
a { background-color: #DA015F; }
a { background-color: rgb(218,1,95); }
div.DivClassName
{
background-color: #DA015F;
}
.BgClassName
{
background-color: #DA015F;
}
</style>
border-color css
<style>
span { border-color: #DA015F; }
span { border-color: rgb(218,1,95); }
td.TdClassName
{
border-color: #DA015F;
}
.TagClassName
{
border-color: #DA015F;
}
</style>