Shades of Razzmatazz #DB025C
Tints of Razzmatazz #DB025C
RGB
CMYK
RGB Variations
Color information
#DB025C (or 0xDB025C) is known color: Razzmatazz. HEX triplet: DB, 02 and 5C. RGB value is (219,2,92). Sum of RGB (Red+Green+Blue) = 219+2+92=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB025C is #24FDA3. Grayscale: #4D4D4D. Windows color (decimal): -2424228 or 6030043. OLE color: 6030043.
HSL color Cylindrical-coordinate representation of color #DB025C: hue angle of 335.12º 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 #DB025C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.14 |
| HSL | 335.12º | 0.98% | 0.43% | - |
| HSV(B) | 335.12º | 0.99% | 0.86% | - |
| XYZ | 31.17 | 15.88 | 11.55 | - |
| YUV | 77.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 92 | 0 | 0.99 | 0.58 | 0.14 | 335.12 | 0.98 | 0.43 |
| Hex | DB | 2 | 5C | 0 | 63 | 3A | E | 14F | 62 | 2B |
| Octal | 333 | 2 | 134 | 0 | 143 | 72 | 16 | 517 | 142 | 53 |
| Binary | 11011011 | 10 | 1011100 | 0 | 1100011 | 111010 | 1110 | 101001111 | 1100010 | 101011 |
Color Harmonies of #DB025C
Complementary color
Monochromatic Colors of #DB025C
Black with #DB025C
Text Example
Text Example
White with #DB025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB025C; }
p { color: rgb(219,2,92); }
H1.HeaderClassName
{
color: #DB025C;
}
.AnyTagClassName
{
color: #DB025C;
}
</style>
background-color css
<style>
a { background-color: #DB025C; }
a { background-color: rgb(219,2,92); }
div.DivClassName
{
background-color: #DB025C;
}
.BgClassName
{
background-color: #DB025C;
}
</style>
border-color css
<style>
span { border-color: #DB025C; }
span { border-color: rgb(219,2,92); }
td.TdClassName
{
border-color: #DB025C;
}
.TagClassName
{
border-color: #DB025C;
}
</style>