Shades of Razzmatazz #DF0465
Tints of Razzmatazz #DF0465
RGB
CMYK
RGB Variations
Color information
#DF0465 (or 0xDF0465) is known color: Razzmatazz. HEX triplet: DF, 04 and 65. RGB value is (223,4,101). Sum of RGB (Red+Green+Blue) = 223+4+101=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0465 is #20FB9A. Grayscale: #505050. Windows color (decimal): -2161563 or 6620383. OLE color: 6620383.
HSL color Cylindrical-coordinate representation of color #DF0465: hue angle of 333.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0465 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.13 |
| HSL | 333.42º | 0.96% | 0.45% | - |
| HSV(B) | 333.42º | 0.98% | 0.87% | - |
| XYZ | 32.82 | 16.71 | 13.81 | - |
| YUV | 80.54 | 139.55 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 101 | 0 | 0.98 | 0.55 | 0.13 | 333.42 | 0.96 | 0.45 |
| Hex | DF | 4 | 65 | 0 | 62 | 37 | D | 14D | 60 | 2D |
| Octal | 337 | 4 | 145 | 0 | 142 | 67 | 15 | 515 | 140 | 55 |
| Binary | 11011111 | 100 | 1100101 | 0 | 1100010 | 110111 | 1101 | 101001101 | 1100000 | 101101 |
Color Harmonies of #DF0465
Complementary color
Monochromatic Colors of #DF0465
Black with #DF0465
Text Example
Text Example
White with #DF0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0465; }
p { color: rgb(223,4,101); }
H1.HeaderClassName
{
color: #DF0465;
}
.AnyTagClassName
{
color: #DF0465;
}
</style>
background-color css
<style>
a { background-color: #DF0465; }
a { background-color: rgb(223,4,101); }
div.DivClassName
{
background-color: #DF0465;
}
.BgClassName
{
background-color: #DF0465;
}
</style>
border-color css
<style>
span { border-color: #DF0465; }
span { border-color: rgb(223,4,101); }
td.TdClassName
{
border-color: #DF0465;
}
.TagClassName
{
border-color: #DF0465;
}
</style>