Shades of Razzmatazz #DD085A
Tints of Razzmatazz #DD085A
RGB
CMYK
RGB Variations
Color information
#DD085A (or 0xDD085A) is known color: Razzmatazz. HEX triplet: DD, 08 and 5A. RGB value is (221,8,90). Sum of RGB (Red+Green+Blue) = 221+8+90=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD085A is #22F7A5. Grayscale: #505050. Windows color (decimal): -2291622 or 5900509. OLE color: 5900509.
HSL color Cylindrical-coordinate representation of color #DD085A: hue angle of 336.9º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD085A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.13 |
| HSL | 336.9º | 0.93% | 0.45% | - |
| HSV(B) | 336.9º | 0.96% | 0.87% | - |
| XYZ | 31.75 | 16.28 | 11.14 | - |
| YUV | 81.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 90 | 0 | 0.96 | 0.59 | 0.13 | 336.9 | 0.93 | 0.45 |
| Hex | DD | 8 | 5A | 0 | 60 | 3B | D | 151 | 5D | 2D |
| Octal | 335 | 10 | 132 | 0 | 140 | 73 | 15 | 521 | 135 | 55 |
| Binary | 11011101 | 1000 | 1011010 | 0 | 1100000 | 111011 | 1101 | 101010001 | 1011101 | 101101 |
Color Harmonies of #DD085A
Complementary color
Monochromatic Colors of #DD085A
Black with #DD085A
Text Example
Text Example
White with #DD085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD085A; }
p { color: rgb(221,8,90); }
H1.HeaderClassName
{
color: #DD085A;
}
.AnyTagClassName
{
color: #DD085A;
}
</style>
background-color css
<style>
a { background-color: #DD085A; }
a { background-color: rgb(221,8,90); }
div.DivClassName
{
background-color: #DD085A;
}
.BgClassName
{
background-color: #DD085A;
}
</style>
border-color css
<style>
span { border-color: #DD085A; }
span { border-color: rgb(221,8,90); }
td.TdClassName
{
border-color: #DD085A;
}
.TagClassName
{
border-color: #DD085A;
}
</style>