Shades of Razzmatazz #D1025A
Tints of Razzmatazz #D1025A
RGB
CMYK
RGB Variations
Color information
#D1025A (or 0xD1025A) is known color: Razzmatazz. HEX triplet: D1, 02 and 5A. RGB value is (209,2,90). Sum of RGB (Red+Green+Blue) = 209+2+90=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1025A is #2EFDA5. Grayscale: #494949. Windows color (decimal): -3079590 or 5898961. OLE color: 5898961.
HSL color Cylindrical-coordinate representation of color #D1025A: hue angle of 334.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1025A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.18 |
| HSL | 334.49º | 0.98% | 0.41% | - |
| HSV(B) | 334.49º | 0.99% | 0.82% | - |
| XYZ | 28.16 | 14.34 | 10.96 | - |
| YUV | 73.93 | 137.08 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 90 | 0 | 0.99 | 0.57 | 0.18 | 334.49 | 0.98 | 0.41 |
| Hex | D1 | 2 | 5A | 0 | 63 | 39 | 12 | 14E | 62 | 29 |
| Octal | 321 | 2 | 132 | 0 | 143 | 71 | 22 | 516 | 142 | 51 |
| Binary | 11010001 | 10 | 1011010 | 0 | 1100011 | 111001 | 10010 | 101001110 | 1100010 | 101001 |
Color Harmonies of #D1025A
Complementary color
Monochromatic Colors of #D1025A
Black with #D1025A
Text Example
Text Example
White with #D1025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1025A; }
p { color: rgb(209,2,90); }
H1.HeaderClassName
{
color: #D1025A;
}
.AnyTagClassName
{
color: #D1025A;
}
</style>
background-color css
<style>
a { background-color: #D1025A; }
a { background-color: rgb(209,2,90); }
div.DivClassName
{
background-color: #D1025A;
}
.BgClassName
{
background-color: #D1025A;
}
</style>
border-color css
<style>
span { border-color: #D1025A; }
span { border-color: rgb(209,2,90); }
td.TdClassName
{
border-color: #D1025A;
}
.TagClassName
{
border-color: #D1025A;
}
</style>