Shades of Razzmatazz #DB025F
Tints of Razzmatazz #DB025F
RGB
CMYK
RGB Variations
Color information
#DB025F (or 0xDB025F) is known color: Razzmatazz. HEX triplet: DB, 02 and 5F. RGB value is (219,2,95). Sum of RGB (Red+Green+Blue) = 219+2+95=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB025F is #24FDA0. Grayscale: #4D4D4D. Windows color (decimal): -2424225 or 6226651. OLE color: 6226651.
HSL color Cylindrical-coordinate representation of color #DB025F: hue angle of 334.29º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB025F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.14 |
| HSL | 334.29º | 0.98% | 0.43% | - |
| HSV(B) | 334.29º | 0.99% | 0.86% | - |
| XYZ | 31.3 | 15.93 | 12.25 | - |
| YUV | 77.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 95 | 0 | 0.99 | 0.57 | 0.14 | 334.29 | 0.98 | 0.43 |
| Hex | DB | 2 | 5F | 0 | 63 | 39 | E | 14E | 62 | 2B |
| Octal | 333 | 2 | 137 | 0 | 143 | 71 | 16 | 516 | 142 | 53 |
| Binary | 11011011 | 10 | 1011111 | 0 | 1100011 | 111001 | 1110 | 101001110 | 1100010 | 101011 |
Color Harmonies of #DB025F
Complementary color
Monochromatic Colors of #DB025F
Black with #DB025F
Text Example
Text Example
White with #DB025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB025F; }
p { color: rgb(219,2,95); }
H1.HeaderClassName
{
color: #DB025F;
}
.AnyTagClassName
{
color: #DB025F;
}
</style>
background-color css
<style>
a { background-color: #DB025F; }
a { background-color: rgb(219,2,95); }
div.DivClassName
{
background-color: #DB025F;
}
.BgClassName
{
background-color: #DB025F;
}
</style>
border-color css
<style>
span { border-color: #DB025F; }
span { border-color: rgb(219,2,95); }
td.TdClassName
{
border-color: #DB025F;
}
.TagClassName
{
border-color: #DB025F;
}
</style>