Shades of Razzmatazz #D20067
Tints of Razzmatazz #D20067
RGB
CMYK
RGB Variations
Color information
#D20067 (or 0xD20067) is known color: Razzmatazz. HEX triplet: D2, 00 and 67. RGB value is (210,0,103). Sum of RGB (Red+Green+Blue) = 210+0+103=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D20067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20067 is #2DFF98. Grayscale: #4A4A4A. Windows color (decimal): -3014553 or 6750418. OLE color: 6750418.
HSL color Cylindrical-coordinate representation of color #D20067: hue angle of 330.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20067 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.51 | 0.18 |
| HSL | 330.57º | 1% | 0.41% | - |
| HSV(B) | 330.57º | 1% | 0.82% | - |
| XYZ | 29.03 | 14.68 | 14.14 | - |
| YUV | 74.53 | 144.07 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 103 | 0 | 1 | 0.51 | 0.18 | 330.57 | 1 | 0.41 |
| Hex | D2 | 0 | 67 | 0 | 64 | 33 | 12 | 14B | 64 | 29 |
| Octal | 322 | 0 | 147 | 0 | 144 | 63 | 22 | 513 | 144 | 51 |
| Binary | 11010010 | 0 | 1100111 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D20067
Complementary color
Monochromatic Colors of #D20067
Black with #D20067
Text Example
Text Example
White with #D20067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20067; }
p { color: rgb(210,0,103); }
H1.HeaderClassName
{
color: #D20067;
}
.AnyTagClassName
{
color: #D20067;
}
</style>
background-color css
<style>
a { background-color: #D20067; }
a { background-color: rgb(210,0,103); }
div.DivClassName
{
background-color: #D20067;
}
.BgClassName
{
background-color: #D20067;
}
</style>
border-color css
<style>
span { border-color: #D20067; }
span { border-color: rgb(210,0,103); }
td.TdClassName
{
border-color: #D20067;
}
.TagClassName
{
border-color: #D20067;
}
</style>