Shades of Razzmatazz #D00065
Tints of Razzmatazz #D00065
RGB
CMYK
RGB Variations
Color information
#D00065 (or 0xD00065) is known color: Razzmatazz. HEX triplet: D0, 00 and 65. RGB value is (208,0,101). Sum of RGB (Red+Green+Blue) = 208+0+101=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00065 is #2FFF9A. Grayscale: #494949. Windows color (decimal): -3145627 or 6619344. OLE color: 6619344.
HSL color Cylindrical-coordinate representation of color #D00065: hue angle of 330.87º 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 #D00065 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.51 | 0.18 |
| HSL | 330.87º | 1% | 0.41% | - |
| HSV(B) | 330.87º | 1% | 0.82% | - |
| XYZ | 28.36 | 14.35 | 13.59 | - |
| YUV | 73.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 101 | 0 | 1 | 0.51 | 0.18 | 330.87 | 1 | 0.41 |
| Hex | D0 | 0 | 65 | 0 | 64 | 33 | 12 | 14B | 64 | 29 |
| Octal | 320 | 0 | 145 | 0 | 144 | 63 | 22 | 513 | 144 | 51 |
| Binary | 11010000 | 0 | 1100101 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D00065
Complementary color
Monochromatic Colors of #D00065
Black with #D00065
Text Example
Text Example
White with #D00065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00065; }
p { color: rgb(208,0,101); }
H1.HeaderClassName
{
color: #D00065;
}
.AnyTagClassName
{
color: #D00065;
}
</style>
background-color css
<style>
a { background-color: #D00065; }
a { background-color: rgb(208,0,101); }
div.DivClassName
{
background-color: #D00065;
}
.BgClassName
{
background-color: #D00065;
}
</style>
border-color css
<style>
span { border-color: #D00065; }
span { border-color: rgb(208,0,101); }
td.TdClassName
{
border-color: #D00065;
}
.TagClassName
{
border-color: #D00065;
}
</style>