Shades of Razzmatazz #D30852
Tints of Razzmatazz #D30852
RGB
CMYK
RGB Variations
Color information
#D30852 (or 0xD30852) is known color: Razzmatazz. HEX triplet: D3, 08 and 52. RGB value is (211,8,82). Sum of RGB (Red+Green+Blue) = 211+8+82=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D30852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30852 is #2CF7AD. Grayscale: #4D4D4D. Windows color (decimal): -2946990 or 5376211. OLE color: 5376211.
HSL color Cylindrical-coordinate representation of color #D30852: hue angle of 338.13º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30852 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.17 |
| HSL | 338.13º | 0.93% | 0.43% | - |
| HSV(B) | 338.13º | 0.96% | 0.83% | - |
| XYZ | 28.47 | 14.63 | 9.31 | - |
| YUV | 77.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 82 | 0 | 0.96 | 0.61 | 0.17 | 338.13 | 0.93 | 0.43 |
| Hex | D3 | 8 | 52 | 0 | 60 | 3D | 11 | 152 | 5D | 2B |
| Octal | 323 | 10 | 122 | 0 | 140 | 75 | 21 | 522 | 135 | 53 |
| Binary | 11010011 | 1000 | 1010010 | 0 | 1100000 | 111101 | 10001 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D30852
Complementary color
Monochromatic Colors of #D30852
Black with #D30852
Text Example
Text Example
White with #D30852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30852; }
p { color: rgb(211,8,82); }
H1.HeaderClassName
{
color: #D30852;
}
.AnyTagClassName
{
color: #D30852;
}
</style>
background-color css
<style>
a { background-color: #D30852; }
a { background-color: rgb(211,8,82); }
div.DivClassName
{
background-color: #D30852;
}
.BgClassName
{
background-color: #D30852;
}
</style>
border-color css
<style>
span { border-color: #D30852; }
span { border-color: rgb(211,8,82); }
td.TdClassName
{
border-color: #D30852;
}
.TagClassName
{
border-color: #D30852;
}
</style>