Shades of Razzmatazz #DF0365
Tints of Razzmatazz #DF0365
RGB
CMYK
RGB Variations
Color information
#DF0365 (or 0xDF0365) is known color: Razzmatazz. HEX triplet: DF, 03 and 65. RGB value is (223,3,101). Sum of RGB (Red+Green+Blue) = 223+3+101=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0365 is #20FC9A. Grayscale: #4F4F4F. Windows color (decimal): -2161819 or 6620127. OLE color: 6620127.
HSL color Cylindrical-coordinate representation of color #DF0365: hue angle of 333.27º 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 #DF0365 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.13 |
| HSL | 333.27º | 0.97% | 0.44% | - |
| HSV(B) | 333.27º | 0.99% | 0.87% | - |
| XYZ | 32.81 | 16.69 | 13.8 | - |
| YUV | 79.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 101 | 0 | 0.99 | 0.55 | 0.13 | 333.27 | 0.97 | 0.44 |
| Hex | DF | 3 | 65 | 0 | 63 | 37 | D | 14D | 61 | 2C |
| Octal | 337 | 3 | 145 | 0 | 143 | 67 | 15 | 515 | 141 | 54 |
| Binary | 11011111 | 11 | 1100101 | 0 | 1100011 | 110111 | 1101 | 101001101 | 1100001 | 101100 |
Color Harmonies of #DF0365
Complementary color
Monochromatic Colors of #DF0365
Black with #DF0365
Text Example
Text Example
White with #DF0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0365; }
p { color: rgb(223,3,101); }
H1.HeaderClassName
{
color: #DF0365;
}
.AnyTagClassName
{
color: #DF0365;
}
</style>
background-color css
<style>
a { background-color: #DF0365; }
a { background-color: rgb(223,3,101); }
div.DivClassName
{
background-color: #DF0365;
}
.BgClassName
{
background-color: #DF0365;
}
</style>
border-color css
<style>
span { border-color: #DF0365; }
span { border-color: rgb(223,3,101); }
td.TdClassName
{
border-color: #DF0365;
}
.TagClassName
{
border-color: #DF0365;
}
</style>