Shades of Razzmatazz #D0045A
Tints of Razzmatazz #D0045A
RGB
CMYK
RGB Variations
Color information
#D0045A (or 0xD0045A) is known color: Razzmatazz. HEX triplet: D0, 04 and 5A. RGB value is (208,4,90). Sum of RGB (Red+Green+Blue) = 208+4+90=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0045A is #2FFBA5. Grayscale: #4A4A4A. Windows color (decimal): -3144614 or 5899472. OLE color: 5899472.
HSL color Cylindrical-coordinate representation of color #D0045A: hue angle of 334.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0045A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.18 |
| HSL | 334.71º | 0.96% | 0.42% | - |
| HSV(B) | 334.71º | 0.98% | 0.82% | - |
| XYZ | 27.9 | 14.23 | 10.95 | - |
| YUV | 74.8 | 136.59 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 90 | 0 | 0.98 | 0.57 | 0.18 | 334.71 | 0.96 | 0.42 |
| Hex | D0 | 4 | 5A | 0 | 62 | 39 | 12 | 14F | 60 | 2A |
| Octal | 320 | 4 | 132 | 0 | 142 | 71 | 22 | 517 | 140 | 52 |
| Binary | 11010000 | 100 | 1011010 | 0 | 1100010 | 111001 | 10010 | 101001111 | 1100000 | 101010 |
Color Harmonies of #D0045A
Complementary color
Monochromatic Colors of #D0045A
Black with #D0045A
Text Example
Text Example
White with #D0045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0045A; }
p { color: rgb(208,4,90); }
H1.HeaderClassName
{
color: #D0045A;
}
.AnyTagClassName
{
color: #D0045A;
}
</style>
background-color css
<style>
a { background-color: #D0045A; }
a { background-color: rgb(208,4,90); }
div.DivClassName
{
background-color: #D0045A;
}
.BgClassName
{
background-color: #D0045A;
}
</style>
border-color css
<style>
span { border-color: #D0045A; }
span { border-color: rgb(208,4,90); }
td.TdClassName
{
border-color: #D0045A;
}
.TagClassName
{
border-color: #D0045A;
}
</style>