Shades of Razzmatazz #D60261
Tints of Razzmatazz #D60261
RGB
CMYK
RGB Variations
Color information
#D60261 (or 0xD60261) is known color: Razzmatazz. HEX triplet: D6, 02 and 61. RGB value is (214,2,97). Sum of RGB (Red+Green+Blue) = 214+2+97=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D60261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60261 is #29FD9E. Grayscale: #4C4C4C. Windows color (decimal): -2751903 or 6357718. OLE color: 6357718.
HSL color Cylindrical-coordinate representation of color #D60261: hue angle of 333.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60261 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.16 |
| HSL | 333.11º | 0.98% | 0.42% | - |
| HSV(B) | 333.11º | 0.99% | 0.84% | - |
| XYZ | 29.91 | 15.2 | 12.67 | - |
| YUV | 76.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 97 | 0 | 0.99 | 0.55 | 0.16 | 333.11 | 0.98 | 0.42 |
| Hex | D6 | 2 | 61 | 0 | 63 | 37 | 10 | 14D | 62 | 2A |
| Octal | 326 | 2 | 141 | 0 | 143 | 67 | 20 | 515 | 142 | 52 |
| Binary | 11010110 | 10 | 1100001 | 0 | 1100011 | 110111 | 10000 | 101001101 | 1100010 | 101010 |
Color Harmonies of #D60261
Complementary color
Monochromatic Colors of #D60261
Black with #D60261
Text Example
Text Example
White with #D60261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60261; }
p { color: rgb(214,2,97); }
H1.HeaderClassName
{
color: #D60261;
}
.AnyTagClassName
{
color: #D60261;
}
</style>
background-color css
<style>
a { background-color: #D60261; }
a { background-color: rgb(214,2,97); }
div.DivClassName
{
background-color: #D60261;
}
.BgClassName
{
background-color: #D60261;
}
</style>
border-color css
<style>
span { border-color: #D60261; }
span { border-color: rgb(214,2,97); }
td.TdClassName
{
border-color: #D60261;
}
.TagClassName
{
border-color: #D60261;
}
</style>