Shades of Razzmatazz #D5006B
Tints of Razzmatazz #D5006B
RGB
CMYK
RGB Variations
Color information
#D5006B (or 0xD5006B) is known color: Razzmatazz. HEX triplet: D5, 00 and 6B. RGB value is (213,0,107). Sum of RGB (Red+Green+Blue) = 213+0+107=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5006B is #2AFF94. Grayscale: #4B4B4B. Windows color (decimal): -2817941 or 7012565. OLE color: 7012565.
HSL color Cylindrical-coordinate representation of color #D5006B: hue angle of 329.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5006B is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.50 | 0.16 |
| HSL | 329.86º | 1% | 0.42% | - |
| HSV(B) | 329.86º | 1% | 0.84% | - |
| XYZ | 30.09 | 15.21 | 15.26 | - |
| YUV | 75.89 | 145.57 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 107 | 0 | 1 | 0.50 | 0.16 | 329.86 | 1 | 0.42 |
| Hex | D5 | 0 | 6B | 0 | 64 | 32 | 10 | 14A | 64 | 2A |
| Octal | 325 | 0 | 153 | 0 | 144 | 62 | 20 | 512 | 144 | 52 |
| Binary | 11010101 | 0 | 1101011 | 0 | 1100100 | 110010 | 10000 | 101001010 | 1100100 | 101010 |
Color Harmonies of #D5006B
Complementary color
Monochromatic Colors of #D5006B
Black with #D5006B
Text Example
Text Example
White with #D5006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5006B; }
p { color: rgb(213,0,107); }
H1.HeaderClassName
{
color: #D5006B;
}
.AnyTagClassName
{
color: #D5006B;
}
</style>
background-color css
<style>
a { background-color: #D5006B; }
a { background-color: rgb(213,0,107); }
div.DivClassName
{
background-color: #D5006B;
}
.BgClassName
{
background-color: #D5006B;
}
</style>
border-color css
<style>
span { border-color: #D5006B; }
span { border-color: rgb(213,0,107); }
td.TdClassName
{
border-color: #D5006B;
}
.TagClassName
{
border-color: #D5006B;
}
</style>