Shades of Razzmatazz #D30266
Tints of Razzmatazz #D30266
RGB
CMYK
RGB Variations
Color information
#D30266 (or 0xD30266) is known color: Razzmatazz. HEX triplet: D3, 02 and 66. RGB value is (211,2,102). Sum of RGB (Red+Green+Blue) = 211+2+102=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D30266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30266 is #2CFD99. Grayscale: #4B4B4B. Windows color (decimal): -2948506 or 6685395. OLE color: 6685395.
HSL color Cylindrical-coordinate representation of color #D30266: hue angle of 331.29º 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 #D30266 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.17 |
| HSL | 331.29º | 0.98% | 0.42% | - |
| HSV(B) | 331.29º | 0.99% | 0.83% | - |
| XYZ | 29.28 | 14.85 | 13.89 | - |
| YUV | 75.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 102 | 0 | 0.99 | 0.52 | 0.17 | 331.29 | 0.98 | 0.42 |
| Hex | D3 | 2 | 66 | 0 | 63 | 34 | 11 | 14B | 62 | 2A |
| Octal | 323 | 2 | 146 | 0 | 143 | 64 | 21 | 513 | 142 | 52 |
| Binary | 11010011 | 10 | 1100110 | 0 | 1100011 | 110100 | 10001 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D30266
Complementary color
Monochromatic Colors of #D30266
Black with #D30266
Text Example
Text Example
White with #D30266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30266; }
p { color: rgb(211,2,102); }
H1.HeaderClassName
{
color: #D30266;
}
.AnyTagClassName
{
color: #D30266;
}
</style>
background-color css
<style>
a { background-color: #D30266; }
a { background-color: rgb(211,2,102); }
div.DivClassName
{
background-color: #D30266;
}
.BgClassName
{
background-color: #D30266;
}
</style>
border-color css
<style>
span { border-color: #D30266; }
span { border-color: rgb(211,2,102); }
td.TdClassName
{
border-color: #D30266;
}
.TagClassName
{
border-color: #D30266;
}
</style>