Shades of Razzmatazz #D00153
Tints of Razzmatazz #D00153
RGB
CMYK
RGB Variations
Color information
#D00153 (or 0xD00153) is known color: Razzmatazz. HEX triplet: D0, 01 and 53. RGB value is (208,1,83). Sum of RGB (Red+Green+Blue) = 208+1+83=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D00153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00153 is #2FFEAC. Grayscale: #484848. Windows color (decimal): -3145389 or 5439952. OLE color: 5439952.
HSL color Cylindrical-coordinate representation of color #D00153: hue angle of 336.23º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00153 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.18 |
| HSL | 336.23º | 0.99% | 0.41% | - |
| HSV(B) | 336.23º | 1% | 0.82% | - |
| XYZ | 27.58 | 14.06 | 9.44 | - |
| YUV | 72.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 83 | 0 | 1.00 | 0.60 | 0.18 | 336.23 | 0.99 | 0.41 |
| Hex | D0 | 1 | 53 | 0 | 64 | 3C | 12 | 150 | 63 | 29 |
| Octal | 320 | 1 | 123 | 0 | 144 | 74 | 22 | 520 | 143 | 51 |
| Binary | 11010000 | 1 | 1010011 | 0 | 1100100 | 111100 | 10010 | 101010000 | 1100011 | 101001 |
Color Harmonies of #D00153
Complementary color
Monochromatic Colors of #D00153
Black with #D00153
Text Example
Text Example
White with #D00153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00153; }
p { color: rgb(208,1,83); }
H1.HeaderClassName
{
color: #D00153;
}
.AnyTagClassName
{
color: #D00153;
}
</style>
background-color css
<style>
a { background-color: #D00153; }
a { background-color: rgb(208,1,83); }
div.DivClassName
{
background-color: #D00153;
}
.BgClassName
{
background-color: #D00153;
}
</style>
border-color css
<style>
span { border-color: #D00153; }
span { border-color: rgb(208,1,83); }
td.TdClassName
{
border-color: #D00153;
}
.TagClassName
{
border-color: #D00153;
}
</style>