Shades of Razzmatazz #D2025B
Tints of Razzmatazz #D2025B
RGB
CMYK
RGB Variations
Color information
#D2025B (or 0xD2025B) is known color: Razzmatazz. HEX triplet: D2, 02 and 5B. RGB value is (210,2,91). Sum of RGB (Red+Green+Blue) = 210+2+91=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2025B is #2DFDA4. Grayscale: #4A4A4A. Windows color (decimal): -3014053 or 5964498. OLE color: 5964498.
HSL color Cylindrical-coordinate representation of color #D2025B: hue angle of 334.33º degrees, saturation: 0.98, 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 #D2025B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.18 |
| HSL | 334.33º | 0.98% | 0.42% | - |
| HSV(B) | 334.33º | 0.99% | 0.82% | - |
| XYZ | 28.49 | 14.5 | 11.19 | - |
| YUV | 74.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 91 | 0 | 0.99 | 0.57 | 0.18 | 334.33 | 0.98 | 0.42 |
| Hex | D2 | 2 | 5B | 0 | 63 | 39 | 12 | 14E | 62 | 2A |
| Octal | 322 | 2 | 133 | 0 | 143 | 71 | 22 | 516 | 142 | 52 |
| Binary | 11010010 | 10 | 1011011 | 0 | 1100011 | 111001 | 10010 | 101001110 | 1100010 | 101010 |
Color Harmonies of #D2025B
Complementary color
Monochromatic Colors of #D2025B
Black with #D2025B
Text Example
Text Example
White with #D2025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2025B; }
p { color: rgb(210,2,91); }
H1.HeaderClassName
{
color: #D2025B;
}
.AnyTagClassName
{
color: #D2025B;
}
</style>
background-color css
<style>
a { background-color: #D2025B; }
a { background-color: rgb(210,2,91); }
div.DivClassName
{
background-color: #D2025B;
}
.BgClassName
{
background-color: #D2025B;
}
</style>
border-color css
<style>
span { border-color: #D2025B; }
span { border-color: rgb(210,2,91); }
td.TdClassName
{
border-color: #D2025B;
}
.TagClassName
{
border-color: #D2025B;
}
</style>