Shades of Razzmatazz #DD025C
Tints of Razzmatazz #DD025C
RGB
CMYK
RGB Variations
Color information
#DD025C (or 0xDD025C) is known color: Razzmatazz. HEX triplet: DD, 02 and 5C. RGB value is (221,2,92). Sum of RGB (Red+Green+Blue) = 221+2+92=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD025C is #22FDA3. Grayscale: #4D4D4D. Windows color (decimal): -2293156 or 6030045. OLE color: 6030045.
HSL color Cylindrical-coordinate representation of color #DD025C: hue angle of 335.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD025C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.13 |
| HSL | 335.34º | 0.98% | 0.44% | - |
| HSV(B) | 335.34º | 0.99% | 0.87% | - |
| XYZ | 31.77 | 16.19 | 11.58 | - |
| YUV | 77.74 | 136.05 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 92 | 0 | 0.99 | 0.58 | 0.13 | 335.34 | 0.98 | 0.44 |
| Hex | DD | 2 | 5C | 0 | 63 | 3A | D | 14F | 62 | 2C |
| Octal | 335 | 2 | 134 | 0 | 143 | 72 | 15 | 517 | 142 | 54 |
| Binary | 11011101 | 10 | 1011100 | 0 | 1100011 | 111010 | 1101 | 101001111 | 1100010 | 101100 |
Color Harmonies of #DD025C
Complementary color
Monochromatic Colors of #DD025C
Black with #DD025C
Text Example
Text Example
White with #DD025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD025C; }
p { color: rgb(221,2,92); }
H1.HeaderClassName
{
color: #DD025C;
}
.AnyTagClassName
{
color: #DD025C;
}
</style>
background-color css
<style>
a { background-color: #DD025C; }
a { background-color: rgb(221,2,92); }
div.DivClassName
{
background-color: #DD025C;
}
.BgClassName
{
background-color: #DD025C;
}
</style>
border-color css
<style>
span { border-color: #DD025C; }
span { border-color: rgb(221,2,92); }
td.TdClassName
{
border-color: #DD025C;
}
.TagClassName
{
border-color: #DD025C;
}
</style>