Shades of Razzmatazz #D00263
Tints of Razzmatazz #D00263
RGB
CMYK
RGB Variations
Color information
#D00263 (or 0xD00263) is known color: Razzmatazz. HEX triplet: D0, 02 and 63. RGB value is (208,2,99). Sum of RGB (Red+Green+Blue) = 208+2+99=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00263 is #2FFD9C. Grayscale: #4A4A4A. Windows color (decimal): -3145117 or 6488784. OLE color: 6488784.
HSL color Cylindrical-coordinate representation of color #D00263: hue angle of 331.75º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00263 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.18 |
| HSL | 331.75º | 0.98% | 0.41% | - |
| HSV(B) | 331.75º | 0.99% | 0.82% | - |
| XYZ | 28.29 | 14.35 | 13.08 | - |
| YUV | 74.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 99 | 0 | 0.99 | 0.52 | 0.18 | 331.75 | 0.98 | 0.41 |
| Hex | D0 | 2 | 63 | 0 | 63 | 34 | 12 | 14C | 62 | 29 |
| Octal | 320 | 2 | 143 | 0 | 143 | 64 | 22 | 514 | 142 | 51 |
| Binary | 11010000 | 10 | 1100011 | 0 | 1100011 | 110100 | 10010 | 101001100 | 1100010 | 101001 |
Color Harmonies of #D00263
Complementary color
Monochromatic Colors of #D00263
Black with #D00263
Text Example
Text Example
White with #D00263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00263; }
p { color: rgb(208,2,99); }
H1.HeaderClassName
{
color: #D00263;
}
.AnyTagClassName
{
color: #D00263;
}
</style>
background-color css
<style>
a { background-color: #D00263; }
a { background-color: rgb(208,2,99); }
div.DivClassName
{
background-color: #D00263;
}
.BgClassName
{
background-color: #D00263;
}
</style>
border-color css
<style>
span { border-color: #D00263; }
span { border-color: rgb(208,2,99); }
td.TdClassName
{
border-color: #D00263;
}
.TagClassName
{
border-color: #D00263;
}
</style>