Shades of Razzmatazz #DD015D
Tints of Razzmatazz #DD015D
RGB
CMYK
RGB Variations
Color information
#DD015D (or 0xDD015D) is known color: Razzmatazz. HEX triplet: DD, 01 and 5D. RGB value is (221,1,93). Sum of RGB (Red+Green+Blue) = 221+1+93=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD015D is #22FEA2. Grayscale: #4D4D4D. Windows color (decimal): -2293411 or 6095325. OLE color: 6095325.
HSL color Cylindrical-coordinate representation of color #DD015D: hue angle of 334.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD015D is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.13 |
| HSL | 334.91º | 0.99% | 0.44% | - |
| HSV(B) | 334.91º | 1% | 0.87% | - |
| XYZ | 31.81 | 16.18 | 11.8 | - |
| YUV | 77.27 | 136.89 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 93 | 0 | 1.00 | 0.58 | 0.13 | 334.91 | 0.99 | 0.44 |
| Hex | DD | 1 | 5D | 0 | 64 | 3A | D | 14F | 63 | 2C |
| Octal | 335 | 1 | 135 | 0 | 144 | 72 | 15 | 517 | 143 | 54 |
| Binary | 11011101 | 1 | 1011101 | 0 | 1100100 | 111010 | 1101 | 101001111 | 1100011 | 101100 |
Color Harmonies of #DD015D
Complementary color
Monochromatic Colors of #DD015D
Black with #DD015D
Text Example
Text Example
White with #DD015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD015D; }
p { color: rgb(221,1,93); }
H1.HeaderClassName
{
color: #DD015D;
}
.AnyTagClassName
{
color: #DD015D;
}
</style>
background-color css
<style>
a { background-color: #DD015D; }
a { background-color: rgb(221,1,93); }
div.DivClassName
{
background-color: #DD015D;
}
.BgClassName
{
background-color: #DD015D;
}
</style>
border-color css
<style>
span { border-color: #DD015D; }
span { border-color: rgb(221,1,93); }
td.TdClassName
{
border-color: #DD015D;
}
.TagClassName
{
border-color: #DD015D;
}
</style>