Shades of Razzmatazz #DF0369
Tints of Razzmatazz #DF0369
RGB
CMYK
RGB Variations
Color information
#DF0369 (or 0xDF0369) is known color: Razzmatazz. HEX triplet: DF, 03 and 69. RGB value is (223,3,105). Sum of RGB (Red+Green+Blue) = 223+3+105=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0369 is #20FC96. Grayscale: #505050. Windows color (decimal): -2161815 or 6882271. OLE color: 6882271.
HSL color Cylindrical-coordinate representation of color #DF0369: hue angle of 332.18º 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 #DF0369 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 105 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.13 |
| HSL | 332.18º | 0.97% | 0.44% | - |
| HSV(B) | 332.18º | 0.99% | 0.87% | - |
| XYZ | 33.01 | 16.77 | 14.86 | - |
| YUV | 80.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 105 | 0 | 0.99 | 0.53 | 0.13 | 332.18 | 0.97 | 0.44 |
| Hex | DF | 3 | 69 | 0 | 63 | 35 | D | 14C | 61 | 2C |
| Octal | 337 | 3 | 151 | 0 | 143 | 65 | 15 | 514 | 141 | 54 |
| Binary | 11011111 | 11 | 1101001 | 0 | 1100011 | 110101 | 1101 | 101001100 | 1100001 | 101100 |
Color Harmonies of #DF0369
Complementary color
Monochromatic Colors of #DF0369
Black with #DF0369
Text Example
Text Example
White with #DF0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0369; }
p { color: rgb(223,3,105); }
H1.HeaderClassName
{
color: #DF0369;
}
.AnyTagClassName
{
color: #DF0369;
}
</style>
background-color css
<style>
a { background-color: #DF0369; }
a { background-color: rgb(223,3,105); }
div.DivClassName
{
background-color: #DF0369;
}
.BgClassName
{
background-color: #DF0369;
}
</style>
border-color css
<style>
span { border-color: #DF0369; }
span { border-color: rgb(223,3,105); }
td.TdClassName
{
border-color: #DF0369;
}
.TagClassName
{
border-color: #DF0369;
}
</style>