Shades of Razzmatazz #D60268
Tints of Razzmatazz #D60268
RGB
CMYK
RGB Variations
Color information
#D60268 (or 0xD60268) is known color: Razzmatazz. HEX triplet: D6, 02 and 68. RGB value is (214,2,104). Sum of RGB (Red+Green+Blue) = 214+2+104=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D60268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60268 is #29FD97. Grayscale: #4C4C4C. Windows color (decimal): -2751896 or 6816470. OLE color: 6816470.
HSL color Cylindrical-coordinate representation of color #D60268: hue angle of 331.13º 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 #D60268 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.16 |
| HSL | 331.13º | 0.98% | 0.42% | - |
| HSV(B) | 331.13º | 0.99% | 0.84% | - |
| XYZ | 30.25 | 15.34 | 14.46 | - |
| YUV | 77.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 104 | 0 | 0.99 | 0.51 | 0.16 | 331.13 | 0.98 | 0.42 |
| Hex | D6 | 2 | 68 | 0 | 63 | 33 | 10 | 14B | 62 | 2A |
| Octal | 326 | 2 | 150 | 0 | 143 | 63 | 20 | 513 | 142 | 52 |
| Binary | 11010110 | 10 | 1101000 | 0 | 1100011 | 110011 | 10000 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D60268
Complementary color
Monochromatic Colors of #D60268
Black with #D60268
Text Example
Text Example
White with #D60268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60268; }
p { color: rgb(214,2,104); }
H1.HeaderClassName
{
color: #D60268;
}
.AnyTagClassName
{
color: #D60268;
}
</style>
background-color css
<style>
a { background-color: #D60268; }
a { background-color: rgb(214,2,104); }
div.DivClassName
{
background-color: #D60268;
}
.BgClassName
{
background-color: #D60268;
}
</style>
border-color css
<style>
span { border-color: #D60268; }
span { border-color: rgb(214,2,104); }
td.TdClassName
{
border-color: #D60268;
}
.TagClassName
{
border-color: #D60268;
}
</style>