Shades of Razzmatazz #D10362
Tints of Razzmatazz #D10362
RGB
CMYK
RGB Variations
Color information
#D10362 (or 0xD10362) is known color: Razzmatazz. HEX triplet: D1, 03 and 62. RGB value is (209,3,98). Sum of RGB (Red+Green+Blue) = 209+3+98=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D10362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10362 is #2EFC9D. Grayscale: #4B4B4B. Windows color (decimal): -3079326 or 6423505. OLE color: 6423505.
HSL color Cylindrical-coordinate representation of color #D10362: hue angle of 332.33º 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 #D10362 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.18 |
| HSL | 332.33º | 0.97% | 0.42% | - |
| HSV(B) | 332.33º | 0.99% | 0.82% | - |
| XYZ | 28.53 | 14.5 | 12.85 | - |
| YUV | 75.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 98 | 0 | 0.99 | 0.53 | 0.18 | 332.33 | 0.97 | 0.42 |
| Hex | D1 | 3 | 62 | 0 | 63 | 35 | 12 | 14C | 61 | 2A |
| Octal | 321 | 3 | 142 | 0 | 143 | 65 | 22 | 514 | 141 | 52 |
| Binary | 11010001 | 11 | 1100010 | 0 | 1100011 | 110101 | 10010 | 101001100 | 1100001 | 101010 |
Color Harmonies of #D10362
Complementary color
Monochromatic Colors of #D10362
Black with #D10362
Text Example
Text Example
White with #D10362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10362; }
p { color: rgb(209,3,98); }
H1.HeaderClassName
{
color: #D10362;
}
.AnyTagClassName
{
color: #D10362;
}
</style>
background-color css
<style>
a { background-color: #D10362; }
a { background-color: rgb(209,3,98); }
div.DivClassName
{
background-color: #D10362;
}
.BgClassName
{
background-color: #D10362;
}
</style>
border-color css
<style>
span { border-color: #D10362; }
span { border-color: rgb(209,3,98); }
td.TdClassName
{
border-color: #D10362;
}
.TagClassName
{
border-color: #D10362;
}
</style>