Shades of Razzmatazz #DF0269
Tints of Razzmatazz #DF0269
RGB
CMYK
RGB Variations
Color information
#DF0269 (or 0xDF0269) is known color: Razzmatazz. HEX triplet: DF, 02 and 69. RGB value is (223,2,105). Sum of RGB (Red+Green+Blue) = 223+2+105=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0269 is #20FD96. Grayscale: #4F4F4F. Windows color (decimal): -2162071 or 6882015. OLE color: 6882015.
HSL color Cylindrical-coordinate representation of color #DF0269: hue angle of 332.04º 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 #DF0269 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.13 |
| HSL | 332.04º | 0.98% | 0.44% | - |
| HSV(B) | 332.04º | 0.99% | 0.87% | - |
| XYZ | 33 | 16.75 | 14.86 | - |
| YUV | 79.82 | 142.22 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 105 | 0 | 0.99 | 0.53 | 0.13 | 332.04 | 0.98 | 0.44 |
| Hex | DF | 2 | 69 | 0 | 63 | 35 | D | 14C | 62 | 2C |
| Octal | 337 | 2 | 151 | 0 | 143 | 65 | 15 | 514 | 142 | 54 |
| Binary | 11011111 | 10 | 1101001 | 0 | 1100011 | 110101 | 1101 | 101001100 | 1100010 | 101100 |
Color Harmonies of #DF0269
Complementary color
Monochromatic Colors of #DF0269
Black with #DF0269
Text Example
Text Example
White with #DF0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0269; }
p { color: rgb(223,2,105); }
H1.HeaderClassName
{
color: #DF0269;
}
.AnyTagClassName
{
color: #DF0269;
}
</style>
background-color css
<style>
a { background-color: #DF0269; }
a { background-color: rgb(223,2,105); }
div.DivClassName
{
background-color: #DF0269;
}
.BgClassName
{
background-color: #DF0269;
}
</style>
border-color css
<style>
span { border-color: #DF0269; }
span { border-color: rgb(223,2,105); }
td.TdClassName
{
border-color: #DF0269;
}
.TagClassName
{
border-color: #DF0269;
}
</style>