Shades of Razzmatazz #DD035D
Tints of Razzmatazz #DD035D
RGB
CMYK
RGB Variations
Color information
#DD035D (or 0xDD035D) is known color: Razzmatazz. HEX triplet: DD, 03 and 5D. RGB value is (221,3,93). Sum of RGB (Red+Green+Blue) = 221+3+93=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD035D is #22FCA2. Grayscale: #4E4E4E. Windows color (decimal): -2292899 or 6095837. OLE color: 6095837.
HSL color Cylindrical-coordinate representation of color #DD035D: hue angle of 335.23º degrees, saturation: 0.97, 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 #DD035D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 3 | 93 | - |
CMYK | 0 | 0.99 | 0.58 | 0.13 |
HSL | 335.23º | 0.97% | 0.44% | - |
HSV(B) | 335.23º | 0.99% | 0.87% | - |
XYZ | 31.83 | 16.23 | 11.81 | - |
YUV | 78.44 | 136.22 | 229.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 3 | 93 | 0 | 0.99 | 0.58 | 0.13 | 335.23 | 0.97 | 0.44 |
Hex | DD | 3 | 5D | 0 | 63 | 3A | D | 14F | 61 | 2C |
Octal | 335 | 3 | 135 | 0 | 143 | 72 | 15 | 517 | 141 | 54 |
Binary | 11011101 | 11 | 1011101 | 0 | 1100011 | 111010 | 1101 | 101001111 | 1100001 | 101100 |
Color Harmonies of #DD035D
Complementary color
Monochromatic Colors of #DD035D
Black with #DD035D
Text Example
Text Example
White with #DD035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD035D; }
p { color: rgb(221,3,93); }
H1.HeaderClassName
{
color: #DD035D;
}
.AnyTagClassName
{
color: #DD035D;
}
</style>
background-color css
<style>
a { background-color: #DD035D; }
a { background-color: rgb(221,3,93); }
div.DivClassName
{
background-color: #DD035D;
}
.BgClassName
{
background-color: #DD035D;
}
</style>
border-color css
<style>
span { border-color: #DD035D; }
span { border-color: rgb(221,3,93); }
td.TdClassName
{
border-color: #DD035D;
}
.TagClassName
{
border-color: #DD035D;
}
</style>