Shades of Razzmatazz #DB0269
Tints of Razzmatazz #DB0269
RGB
CMYK
RGB Variations
Color information
#DB0269 (or 0xDB0269) is known color: Razzmatazz. HEX triplet: DB, 02 and 69. RGB value is (219,2,105). Sum of RGB (Red+Green+Blue) = 219+2+105=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0269 is #24FD96. Grayscale: #4E4E4E. Windows color (decimal): -2424215 or 6882011. OLE color: 6882011.
HSL color Cylindrical-coordinate representation of color #DB0269: hue angle of 331.52º 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 #DB0269 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.14 |
| HSL | 331.52º | 0.98% | 0.43% | - |
| HSV(B) | 331.52º | 0.99% | 0.86% | - |
| XYZ | 31.78 | 16.12 | 14.8 | - |
| YUV | 78.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 105 | 0 | 0.99 | 0.52 | 0.14 | 331.52 | 0.98 | 0.43 |
| Hex | DB | 2 | 69 | 0 | 63 | 34 | E | 14C | 62 | 2B |
| Octal | 333 | 2 | 151 | 0 | 143 | 64 | 16 | 514 | 142 | 53 |
| Binary | 11011011 | 10 | 1101001 | 0 | 1100011 | 110100 | 1110 | 101001100 | 1100010 | 101011 |
Color Harmonies of #DB0269
Complementary color
Monochromatic Colors of #DB0269
Black with #DB0269
Text Example
Text Example
White with #DB0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0269; }
p { color: rgb(219,2,105); }
H1.HeaderClassName
{
color: #DB0269;
}
.AnyTagClassName
{
color: #DB0269;
}
</style>
background-color css
<style>
a { background-color: #DB0269; }
a { background-color: rgb(219,2,105); }
div.DivClassName
{
background-color: #DB0269;
}
.BgClassName
{
background-color: #DB0269;
}
</style>
border-color css
<style>
span { border-color: #DB0269; }
span { border-color: rgb(219,2,105); }
td.TdClassName
{
border-color: #DB0269;
}
.TagClassName
{
border-color: #DB0269;
}
</style>