Shades of Razzmatazz #D60267
Tints of Razzmatazz #D60267
RGB
CMYK
RGB Variations
Color information
#D60267 (or 0xD60267) is known color: Razzmatazz. HEX triplet: D6, 02 and 67. RGB value is (214,2,103). Sum of RGB (Red+Green+Blue) = 214+2+103=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D60267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60267 is #29FD98. Grayscale: #4C4C4C. Windows color (decimal): -2751897 or 6750934. OLE color: 6750934.
HSL color Cylindrical-coordinate representation of color #D60267: hue angle of 331.42º 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 #D60267 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.16 |
| HSL | 331.42º | 0.98% | 0.42% | - |
| HSV(B) | 331.42º | 0.99% | 0.84% | - |
| XYZ | 30.2 | 15.32 | 14.2 | - |
| YUV | 76.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 103 | 0 | 0.99 | 0.52 | 0.16 | 331.42 | 0.98 | 0.42 |
| Hex | D6 | 2 | 67 | 0 | 63 | 34 | 10 | 14B | 62 | 2A |
| Octal | 326 | 2 | 147 | 0 | 143 | 64 | 20 | 513 | 142 | 52 |
| Binary | 11010110 | 10 | 1100111 | 0 | 1100011 | 110100 | 10000 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D60267
Complementary color
Monochromatic Colors of #D60267
Black with #D60267
Text Example
Text Example
White with #D60267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60267; }
p { color: rgb(214,2,103); }
H1.HeaderClassName
{
color: #D60267;
}
.AnyTagClassName
{
color: #D60267;
}
</style>
background-color css
<style>
a { background-color: #D60267; }
a { background-color: rgb(214,2,103); }
div.DivClassName
{
background-color: #D60267;
}
.BgClassName
{
background-color: #D60267;
}
</style>
border-color css
<style>
span { border-color: #D60267; }
span { border-color: rgb(214,2,103); }
td.TdClassName
{
border-color: #D60267;
}
.TagClassName
{
border-color: #D60267;
}
</style>