Shades of Razzmatazz #D30253
Tints of Razzmatazz #D30253
RGB
CMYK
RGB Variations
Color information
#D30253 (or 0xD30253) is known color: Razzmatazz. HEX triplet: D3, 02 and 53. RGB value is (211,2,83). Sum of RGB (Red+Green+Blue) = 211+2+83=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D30253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30253 is #2CFDAC. Grayscale: #494949. Windows color (decimal): -2948525 or 5440211. OLE color: 5440211.
HSL color Cylindrical-coordinate representation of color #D30253: hue angle of 336.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30253 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.17 |
| HSL | 336.75º | 0.98% | 0.42% | - |
| HSV(B) | 336.75º | 0.99% | 0.83% | - |
| XYZ | 28.45 | 14.52 | 9.49 | - |
| YUV | 73.73 | 133.24 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 83 | 0 | 0.99 | 0.61 | 0.17 | 336.75 | 0.98 | 0.42 |
| Hex | D3 | 2 | 53 | 0 | 63 | 3D | 11 | 151 | 62 | 2A |
| Octal | 323 | 2 | 123 | 0 | 143 | 75 | 21 | 521 | 142 | 52 |
| Binary | 11010011 | 10 | 1010011 | 0 | 1100011 | 111101 | 10001 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D30253
Complementary color
Monochromatic Colors of #D30253
Black with #D30253
Text Example
Text Example
White with #D30253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30253; }
p { color: rgb(211,2,83); }
H1.HeaderClassName
{
color: #D30253;
}
.AnyTagClassName
{
color: #D30253;
}
</style>
background-color css
<style>
a { background-color: #D30253; }
a { background-color: rgb(211,2,83); }
div.DivClassName
{
background-color: #D30253;
}
.BgClassName
{
background-color: #D30253;
}
</style>
border-color css
<style>
span { border-color: #D30253; }
span { border-color: rgb(211,2,83); }
td.TdClassName
{
border-color: #D30253;
}
.TagClassName
{
border-color: #D30253;
}
</style>