Shades of Razzmatazz #D10261
Tints of Razzmatazz #D10261
RGB
CMYK
RGB Variations
Color information
#D10261 (or 0xD10261) is known color: Razzmatazz. HEX triplet: D1, 02 and 61. RGB value is (209,2,97). Sum of RGB (Red+Green+Blue) = 209+2+97=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D10261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10261 is #2EFD9E. Grayscale: #4A4A4A. Windows color (decimal): -3079583 or 6357713. OLE color: 6357713.
HSL color Cylindrical-coordinate representation of color #D10261: hue angle of 332.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10261 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.18 |
| HSL | 332.46º | 0.98% | 0.41% | - |
| HSV(B) | 332.46º | 0.99% | 0.82% | - |
| XYZ | 28.47 | 14.46 | 12.6 | - |
| YUV | 74.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 97 | 0 | 0.99 | 0.54 | 0.18 | 332.46 | 0.98 | 0.41 |
| Hex | D1 | 2 | 61 | 0 | 63 | 36 | 12 | 14C | 62 | 29 |
| Octal | 321 | 2 | 141 | 0 | 143 | 66 | 22 | 514 | 142 | 51 |
| Binary | 11010001 | 10 | 1100001 | 0 | 1100011 | 110110 | 10010 | 101001100 | 1100010 | 101001 |
Color Harmonies of #D10261
Complementary color
Monochromatic Colors of #D10261
Black with #D10261
Text Example
Text Example
White with #D10261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10261; }
p { color: rgb(209,2,97); }
H1.HeaderClassName
{
color: #D10261;
}
.AnyTagClassName
{
color: #D10261;
}
</style>
background-color css
<style>
a { background-color: #D10261; }
a { background-color: rgb(209,2,97); }
div.DivClassName
{
background-color: #D10261;
}
.BgClassName
{
background-color: #D10261;
}
</style>
border-color css
<style>
span { border-color: #D10261; }
span { border-color: rgb(209,2,97); }
td.TdClassName
{
border-color: #D10261;
}
.TagClassName
{
border-color: #D10261;
}
</style>