Shades of Razzmatazz #D30152
Tints of Razzmatazz #D30152
RGB
CMYK
RGB Variations
Color information
#D30152 (or 0xD30152) is known color: Razzmatazz. HEX triplet: D3, 01 and 52. RGB value is (211,1,82). Sum of RGB (Red+Green+Blue) = 211+1+82=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D30152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30152 is #2CFEAD. Grayscale: #484848. Windows color (decimal): -2948782 or 5374419. OLE color: 5374419.
HSL color Cylindrical-coordinate representation of color #D30152: hue angle of 336.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30152 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.17 |
| HSL | 336.86º | 0.99% | 0.42% | - |
| HSV(B) | 336.86º | 1% | 0.83% | - |
| XYZ | 28.4 | 14.48 | 9.28 | - |
| YUV | 73.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 82 | 0 | 1.00 | 0.61 | 0.17 | 336.86 | 0.99 | 0.42 |
| Hex | D3 | 1 | 52 | 0 | 64 | 3D | 11 | 151 | 63 | 2A |
| Octal | 323 | 1 | 122 | 0 | 144 | 75 | 21 | 521 | 143 | 52 |
| Binary | 11010011 | 1 | 1010010 | 0 | 1100100 | 111101 | 10001 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D30152
Complementary color
Monochromatic Colors of #D30152
Black with #D30152
Text Example
Text Example
White with #D30152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30152; }
p { color: rgb(211,1,82); }
H1.HeaderClassName
{
color: #D30152;
}
.AnyTagClassName
{
color: #D30152;
}
</style>
background-color css
<style>
a { background-color: #D30152; }
a { background-color: rgb(211,1,82); }
div.DivClassName
{
background-color: #D30152;
}
.BgClassName
{
background-color: #D30152;
}
</style>
border-color css
<style>
span { border-color: #D30152; }
span { border-color: rgb(211,1,82); }
td.TdClassName
{
border-color: #D30152;
}
.TagClassName
{
border-color: #D30152;
}
</style>