Shades of Razzmatazz #D60367
Tints of Razzmatazz #D60367
RGB
CMYK
RGB Variations
Color information
#D60367 (or 0xD60367) is known color: Razzmatazz. HEX triplet: D6, 03 and 67. RGB value is (214,3,103). Sum of RGB (Red+Green+Blue) = 214+3+103=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D60367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60367 is #29FC98. Grayscale: #4D4D4D. Windows color (decimal): -2751641 or 6751190. OLE color: 6751190.
HSL color Cylindrical-coordinate representation of color #D60367: hue angle of 331.56º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60367 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.16 |
| HSL | 331.56º | 0.97% | 0.43% | - |
| HSV(B) | 331.56º | 0.99% | 0.84% | - |
| XYZ | 30.21 | 15.34 | 14.2 | - |
| YUV | 77.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 103 | 0 | 0.99 | 0.52 | 0.16 | 331.56 | 0.97 | 0.43 |
| Hex | D6 | 3 | 67 | 0 | 63 | 34 | 10 | 14C | 61 | 2B |
| Octal | 326 | 3 | 147 | 0 | 143 | 64 | 20 | 514 | 141 | 53 |
| Binary | 11010110 | 11 | 1100111 | 0 | 1100011 | 110100 | 10000 | 101001100 | 1100001 | 101011 |
Color Harmonies of #D60367
Complementary color
Monochromatic Colors of #D60367
Black with #D60367
Text Example
Text Example
White with #D60367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60367; }
p { color: rgb(214,3,103); }
H1.HeaderClassName
{
color: #D60367;
}
.AnyTagClassName
{
color: #D60367;
}
</style>
background-color css
<style>
a { background-color: #D60367; }
a { background-color: rgb(214,3,103); }
div.DivClassName
{
background-color: #D60367;
}
.BgClassName
{
background-color: #D60367;
}
</style>
border-color css
<style>
span { border-color: #D60367; }
span { border-color: rgb(214,3,103); }
td.TdClassName
{
border-color: #D60367;
}
.TagClassName
{
border-color: #D60367;
}
</style>