Shades of Razzmatazz #D60655
Tints of Razzmatazz #D60655
RGB
CMYK
RGB Variations
Color information
#D60655 (or 0xD60655) is known color: Razzmatazz. HEX triplet: D6, 06 and 55. RGB value is (214,6,85). Sum of RGB (Red+Green+Blue) = 214+6+85=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60655 is #29F9AA. Grayscale: #4D4D4D. Windows color (decimal): -2750891 or 5572310. OLE color: 5572310.
HSL color Cylindrical-coordinate representation of color #D60655: hue angle of 337.21º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60655 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.16 |
| HSL | 337.21º | 0.95% | 0.43% | - |
| HSV(B) | 337.21º | 0.97% | 0.84% | - |
| XYZ | 29.44 | 15.08 | 9.95 | - |
| YUV | 77.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 85 | 0 | 0.97 | 0.60 | 0.16 | 337.21 | 0.95 | 0.43 |
| Hex | D6 | 6 | 55 | 0 | 61 | 3C | 10 | 151 | 5F | 2B |
| Octal | 326 | 6 | 125 | 0 | 141 | 74 | 20 | 521 | 137 | 53 |
| Binary | 11010110 | 110 | 1010101 | 0 | 1100001 | 111100 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D60655
Complementary color
Monochromatic Colors of #D60655
Black with #D60655
Text Example
Text Example
White with #D60655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60655; }
p { color: rgb(214,6,85); }
H1.HeaderClassName
{
color: #D60655;
}
.AnyTagClassName
{
color: #D60655;
}
</style>
background-color css
<style>
a { background-color: #D60655; }
a { background-color: rgb(214,6,85); }
div.DivClassName
{
background-color: #D60655;
}
.BgClassName
{
background-color: #D60655;
}
</style>
border-color css
<style>
span { border-color: #D60655; }
span { border-color: rgb(214,6,85); }
td.TdClassName
{
border-color: #D60655;
}
.TagClassName
{
border-color: #D60655;
}
</style>