Shades of Razzmatazz #D0025A
Tints of Razzmatazz #D0025A
RGB
CMYK
RGB Variations
Color information
#D0025A (or 0xD0025A) is known color: Razzmatazz. HEX triplet: D0, 02 and 5A. RGB value is (208,2,90). Sum of RGB (Red+Green+Blue) = 208+2+90=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D0025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0025A is #2FFDA5. Grayscale: #494949. Windows color (decimal): -3145126 or 5898960. OLE color: 5898960.
HSL color Cylindrical-coordinate representation of color #D0025A: hue angle of 334.37º 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 #D0025A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.18 |
| HSL | 334.37º | 0.98% | 0.41% | - |
| HSV(B) | 334.37º | 0.99% | 0.82% | - |
| XYZ | 27.88 | 14.19 | 10.94 | - |
| YUV | 73.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 90 | 0 | 0.99 | 0.57 | 0.18 | 334.37 | 0.98 | 0.41 |
| Hex | D0 | 2 | 5A | 0 | 63 | 39 | 12 | 14E | 62 | 29 |
| Octal | 320 | 2 | 132 | 0 | 143 | 71 | 22 | 516 | 142 | 51 |
| Binary | 11010000 | 10 | 1011010 | 0 | 1100011 | 111001 | 10010 | 101001110 | 1100010 | 101001 |
Color Harmonies of #D0025A
Complementary color
Monochromatic Colors of #D0025A
Black with #D0025A
Text Example
Text Example
White with #D0025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0025A; }
p { color: rgb(208,2,90); }
H1.HeaderClassName
{
color: #D0025A;
}
.AnyTagClassName
{
color: #D0025A;
}
</style>
background-color css
<style>
a { background-color: #D0025A; }
a { background-color: rgb(208,2,90); }
div.DivClassName
{
background-color: #D0025A;
}
.BgClassName
{
background-color: #D0025A;
}
</style>
border-color css
<style>
span { border-color: #D0025A; }
span { border-color: rgb(208,2,90); }
td.TdClassName
{
border-color: #D0025A;
}
.TagClassName
{
border-color: #D0025A;
}
</style>