Shades of Razzmatazz #DD0269
Tints of Razzmatazz #DD0269
RGB
CMYK
RGB Variations
Color information
#DD0269 (or 0xDD0269) is known color: Razzmatazz. HEX triplet: DD, 02 and 69. RGB value is (221,2,105). Sum of RGB (Red+Green+Blue) = 221+2+105=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0269 is #22FD96. Grayscale: #4F4F4F. Windows color (decimal): -2293143 or 6882013. OLE color: 6882013.
HSL color Cylindrical-coordinate representation of color #DD0269: hue angle of 331.78º 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 #DD0269 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.13 |
| HSL | 331.78º | 0.98% | 0.44% | - |
| HSV(B) | 331.78º | 0.99% | 0.87% | - |
| XYZ | 32.39 | 16.44 | 14.83 | - |
| YUV | 79.22 | 142.55 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 105 | 0 | 0.99 | 0.52 | 0.13 | 331.78 | 0.98 | 0.44 |
| Hex | DD | 2 | 69 | 0 | 63 | 34 | D | 14C | 62 | 2C |
| Octal | 335 | 2 | 151 | 0 | 143 | 64 | 15 | 514 | 142 | 54 |
| Binary | 11011101 | 10 | 1101001 | 0 | 1100011 | 110100 | 1101 | 101001100 | 1100010 | 101100 |
Color Harmonies of #DD0269
Complementary color
Monochromatic Colors of #DD0269
Black with #DD0269
Text Example
Text Example
White with #DD0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0269; }
p { color: rgb(221,2,105); }
H1.HeaderClassName
{
color: #DD0269;
}
.AnyTagClassName
{
color: #DD0269;
}
</style>
background-color css
<style>
a { background-color: #DD0269; }
a { background-color: rgb(221,2,105); }
div.DivClassName
{
background-color: #DD0269;
}
.BgClassName
{
background-color: #DD0269;
}
</style>
border-color css
<style>
span { border-color: #DD0269; }
span { border-color: rgb(221,2,105); }
td.TdClassName
{
border-color: #DD0269;
}
.TagClassName
{
border-color: #DD0269;
}
</style>