Shades of Razzmatazz #D60265
Tints of Razzmatazz #D60265
RGB
CMYK
RGB Variations
Color information
#D60265 (or 0xD60265) is known color: Razzmatazz. HEX triplet: D6, 02 and 65. RGB value is (214,2,101). Sum of RGB (Red+Green+Blue) = 214+2+101=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D60265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60265 is #29FD9A. Grayscale: #4C4C4C. Windows color (decimal): -2751899 or 6619862. OLE color: 6619862.
HSL color Cylindrical-coordinate representation of color #D60265: hue angle of 331.98º 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 #D60265 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.16 |
| HSL | 331.98º | 0.98% | 0.42% | - |
| HSV(B) | 331.98º | 0.99% | 0.84% | - |
| XYZ | 30.1 | 15.28 | 13.67 | - |
| YUV | 76.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 101 | 0 | 0.99 | 0.53 | 0.16 | 331.98 | 0.98 | 0.42 |
| Hex | D6 | 2 | 65 | 0 | 63 | 35 | 10 | 14C | 62 | 2A |
| Octal | 326 | 2 | 145 | 0 | 143 | 65 | 20 | 514 | 142 | 52 |
| Binary | 11010110 | 10 | 1100101 | 0 | 1100011 | 110101 | 10000 | 101001100 | 1100010 | 101010 |
Color Harmonies of #D60265
Complementary color
Monochromatic Colors of #D60265
Black with #D60265
Text Example
Text Example
White with #D60265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60265; }
p { color: rgb(214,2,101); }
H1.HeaderClassName
{
color: #D60265;
}
.AnyTagClassName
{
color: #D60265;
}
</style>
background-color css
<style>
a { background-color: #D60265; }
a { background-color: rgb(214,2,101); }
div.DivClassName
{
background-color: #D60265;
}
.BgClassName
{
background-color: #D60265;
}
</style>
border-color css
<style>
span { border-color: #D60265; }
span { border-color: rgb(214,2,101); }
td.TdClassName
{
border-color: #D60265;
}
.TagClassName
{
border-color: #D60265;
}
</style>