Shades of Razzmatazz #D80269
Tints of Razzmatazz #D80269
RGB
CMYK
RGB Variations
Color information
#D80269 (or 0xD80269) is known color: Razzmatazz. HEX triplet: D8, 02 and 69. RGB value is (216,2,105). Sum of RGB (Red+Green+Blue) = 216+2+105=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D80269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80269 is #27FD96. Grayscale: #4D4D4D. Windows color (decimal): -2620823 or 6882008. OLE color: 6882008.
HSL color Cylindrical-coordinate representation of color #D80269: hue angle of 331.12º 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 #D80269 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.15 |
| HSL | 331.12º | 0.98% | 0.43% | - |
| HSV(B) | 331.12º | 0.99% | 0.85% | - |
| XYZ | 30.89 | 15.66 | 14.76 | - |
| YUV | 77.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 105 | 0 | 0.99 | 0.51 | 0.15 | 331.12 | 0.98 | 0.43 |
| Hex | D8 | 2 | 69 | 0 | 63 | 33 | F | 14B | 62 | 2B |
| Octal | 330 | 2 | 151 | 0 | 143 | 63 | 17 | 513 | 142 | 53 |
| Binary | 11011000 | 10 | 1101001 | 0 | 1100011 | 110011 | 1111 | 101001011 | 1100010 | 101011 |
Color Harmonies of #D80269
Complementary color
Monochromatic Colors of #D80269
Black with #D80269
Text Example
Text Example
White with #D80269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80269; }
p { color: rgb(216,2,105); }
H1.HeaderClassName
{
color: #D80269;
}
.AnyTagClassName
{
color: #D80269;
}
</style>
background-color css
<style>
a { background-color: #D80269; }
a { background-color: rgb(216,2,105); }
div.DivClassName
{
background-color: #D80269;
}
.BgClassName
{
background-color: #D80269;
}
</style>
border-color css
<style>
span { border-color: #D80269; }
span { border-color: rgb(216,2,105); }
td.TdClassName
{
border-color: #D80269;
}
.TagClassName
{
border-color: #D80269;
}
</style>