Shades of Razzmatazz #D2024E
Tints of Razzmatazz #D2024E
RGB
CMYK
RGB Variations
Color information
#D2024E (or 0xD2024E) is known color: Razzmatazz. HEX triplet: D2, 02 and 4E. RGB value is (210,2,78). Sum of RGB (Red+Green+Blue) = 210+2+78=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2024E is #2DFDB1. Grayscale: #484848. Windows color (decimal): -3014066 or 5112530. OLE color: 5112530.
HSL color Cylindrical-coordinate representation of color #D2024E: hue angle of 338.08º 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 #D2024E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.18 |
| HSL | 338.08º | 0.98% | 0.42% | - |
| HSV(B) | 338.08º | 0.99% | 0.82% | - |
| XYZ | 27.98 | 14.3 | 8.49 | - |
| YUV | 72.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 78 | 0 | 0.99 | 0.63 | 0.18 | 338.08 | 0.98 | 0.42 |
| Hex | D2 | 2 | 4E | 0 | 63 | 3F | 12 | 152 | 62 | 2A |
| Octal | 322 | 2 | 116 | 0 | 143 | 77 | 22 | 522 | 142 | 52 |
| Binary | 11010010 | 10 | 1001110 | 0 | 1100011 | 111111 | 10010 | 101010010 | 1100010 | 101010 |
Color Harmonies of #D2024E
Complementary color
Monochromatic Colors of #D2024E
Black with #D2024E
Text Example
Text Example
White with #D2024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2024E; }
p { color: rgb(210,2,78); }
H1.HeaderClassName
{
color: #D2024E;
}
.AnyTagClassName
{
color: #D2024E;
}
</style>
background-color css
<style>
a { background-color: #D2024E; }
a { background-color: rgb(210,2,78); }
div.DivClassName
{
background-color: #D2024E;
}
.BgClassName
{
background-color: #D2024E;
}
</style>
border-color css
<style>
span { border-color: #D2024E; }
span { border-color: rgb(210,2,78); }
td.TdClassName
{
border-color: #D2024E;
}
.TagClassName
{
border-color: #D2024E;
}
</style>