Shades of Razzmatazz #D10352
Tints of Razzmatazz #D10352
RGB
CMYK
RGB Variations
Color information
#D10352 (or 0xD10352) is known color: Razzmatazz. HEX triplet: D1, 03 and 52. RGB value is (209,3,82). Sum of RGB (Red+Green+Blue) = 209+3+82=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D10352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10352 is #2EFCAD. Grayscale: #494949. Windows color (decimal): -3079342 or 5374929. OLE color: 5374929.
HSL color Cylindrical-coordinate representation of color #D10352: hue angle of 336.99º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10352 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.18 |
| HSL | 336.99º | 0.97% | 0.42% | - |
| HSV(B) | 336.99º | 0.99% | 0.82% | - |
| XYZ | 27.85 | 14.23 | 9.26 | - |
| YUV | 73.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 82 | 0 | 0.99 | 0.61 | 0.18 | 336.99 | 0.97 | 0.42 |
| Hex | D1 | 3 | 52 | 0 | 63 | 3D | 12 | 151 | 61 | 2A |
| Octal | 321 | 3 | 122 | 0 | 143 | 75 | 22 | 521 | 141 | 52 |
| Binary | 11010001 | 11 | 1010010 | 0 | 1100011 | 111101 | 10010 | 101010001 | 1100001 | 101010 |
Color Harmonies of #D10352
Complementary color
Monochromatic Colors of #D10352
Black with #D10352
Text Example
Text Example
White with #D10352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10352; }
p { color: rgb(209,3,82); }
H1.HeaderClassName
{
color: #D10352;
}
.AnyTagClassName
{
color: #D10352;
}
</style>
background-color css
<style>
a { background-color: #D10352; }
a { background-color: rgb(209,3,82); }
div.DivClassName
{
background-color: #D10352;
}
.BgClassName
{
background-color: #D10352;
}
</style>
border-color css
<style>
span { border-color: #D10352; }
span { border-color: rgb(209,3,82); }
td.TdClassName
{
border-color: #D10352;
}
.TagClassName
{
border-color: #D10352;
}
</style>