Shades of Razzmatazz #D4025A
Tints of Razzmatazz #D4025A
RGB
CMYK
RGB Variations
Color information
#D4025A (or 0xD4025A) is known color: Razzmatazz. HEX triplet: D4, 02 and 5A. RGB value is (212,2,90). Sum of RGB (Red+Green+Blue) = 212+2+90=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4025A is #2BFDA5. Grayscale: #4A4A4A. Windows color (decimal): -2882982 or 5898964. OLE color: 5898964.
HSL color Cylindrical-coordinate representation of color #D4025A: hue angle of 334.86º 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 #D4025A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.17 |
| HSL | 334.86º | 0.98% | 0.42% | - |
| HSV(B) | 334.86º | 0.99% | 0.83% | - |
| XYZ | 29.02 | 14.78 | 11 | - |
| YUV | 74.82 | 136.57 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 90 | 0 | 0.99 | 0.58 | 0.17 | 334.86 | 0.98 | 0.42 |
| Hex | D4 | 2 | 5A | 0 | 63 | 3A | 11 | 14F | 62 | 2A |
| Octal | 324 | 2 | 132 | 0 | 143 | 72 | 21 | 517 | 142 | 52 |
| Binary | 11010100 | 10 | 1011010 | 0 | 1100011 | 111010 | 10001 | 101001111 | 1100010 | 101010 |
Color Harmonies of #D4025A
Complementary color
Monochromatic Colors of #D4025A
Black with #D4025A
Text Example
Text Example
White with #D4025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4025A; }
p { color: rgb(212,2,90); }
H1.HeaderClassName
{
color: #D4025A;
}
.AnyTagClassName
{
color: #D4025A;
}
</style>
background-color css
<style>
a { background-color: #D4025A; }
a { background-color: rgb(212,2,90); }
div.DivClassName
{
background-color: #D4025A;
}
.BgClassName
{
background-color: #D4025A;
}
</style>
border-color css
<style>
span { border-color: #D4025A; }
span { border-color: rgb(212,2,90); }
td.TdClassName
{
border-color: #D4025A;
}
.TagClassName
{
border-color: #D4025A;
}
</style>