Shades of Razzmatazz #D00261
Tints of Razzmatazz #D00261
RGB
CMYK
RGB Variations
Color information
#D00261 (or 0xD00261) is known color: Razzmatazz. HEX triplet: D0, 02 and 61. RGB value is (208,2,97). Sum of RGB (Red+Green+Blue) = 208+2+97=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D00261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00261 is #2FFD9E. Grayscale: #4A4A4A. Windows color (decimal): -3145119 or 6357712. OLE color: 6357712.
HSL color Cylindrical-coordinate representation of color #D00261: hue angle of 332.33º 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 #D00261 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.18 |
| HSL | 332.33º | 0.98% | 0.41% | - |
| HSV(B) | 332.33º | 0.99% | 0.82% | - |
| XYZ | 28.19 | 14.32 | 12.59 | - |
| YUV | 74.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 97 | 0 | 0.99 | 0.53 | 0.18 | 332.33 | 0.98 | 0.41 |
| Hex | D0 | 2 | 61 | 0 | 63 | 35 | 12 | 14C | 62 | 29 |
| Octal | 320 | 2 | 141 | 0 | 143 | 65 | 22 | 514 | 142 | 51 |
| Binary | 11010000 | 10 | 1100001 | 0 | 1100011 | 110101 | 10010 | 101001100 | 1100010 | 101001 |
Color Harmonies of #D00261
Complementary color
Monochromatic Colors of #D00261
Black with #D00261
Text Example
Text Example
White with #D00261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00261; }
p { color: rgb(208,2,97); }
H1.HeaderClassName
{
color: #D00261;
}
.AnyTagClassName
{
color: #D00261;
}
</style>
background-color css
<style>
a { background-color: #D00261; }
a { background-color: rgb(208,2,97); }
div.DivClassName
{
background-color: #D00261;
}
.BgClassName
{
background-color: #D00261;
}
</style>
border-color css
<style>
span { border-color: #D00261; }
span { border-color: rgb(208,2,97); }
td.TdClassName
{
border-color: #D00261;
}
.TagClassName
{
border-color: #D00261;
}
</style>