Shades of Razzmatazz #DA0267
Tints of Razzmatazz #DA0267
RGB
CMYK
RGB Variations
Color information
#DA0267 (or 0xDA0267) is known color: Razzmatazz. HEX triplet: DA, 02 and 67. RGB value is (218,2,103). Sum of RGB (Red+Green+Blue) = 218+2+103=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0267 is #25FD98. Grayscale: #4D4D4D. Windows color (decimal): -2489753 or 6750938. OLE color: 6750938.
HSL color Cylindrical-coordinate representation of color #DA0267: hue angle of 331.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0267 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 331.94º | 0.98% | 0.43% | - |
| HSV(B) | 331.94º | 0.99% | 0.85% | - |
| XYZ | 31.38 | 15.93 | 14.25 | - |
| YUV | 78.1 | 142.06 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 103 | 0 | 0.99 | 0.53 | 0.15 | 331.94 | 0.98 | 0.43 |
| Hex | DA | 2 | 67 | 0 | 63 | 35 | F | 14C | 62 | 2B |
| Octal | 332 | 2 | 147 | 0 | 143 | 65 | 17 | 514 | 142 | 53 |
| Binary | 11011010 | 10 | 1100111 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #DA0267
Complementary color
Monochromatic Colors of #DA0267
Black with #DA0267
Text Example
Text Example
White with #DA0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0267; }
p { color: rgb(218,2,103); }
H1.HeaderClassName
{
color: #DA0267;
}
.AnyTagClassName
{
color: #DA0267;
}
</style>
background-color css
<style>
a { background-color: #DA0267; }
a { background-color: rgb(218,2,103); }
div.DivClassName
{
background-color: #DA0267;
}
.BgClassName
{
background-color: #DA0267;
}
</style>
border-color css
<style>
span { border-color: #DA0267; }
span { border-color: rgb(218,2,103); }
td.TdClassName
{
border-color: #DA0267;
}
.TagClassName
{
border-color: #DA0267;
}
</style>