Shades of Razzmatazz #DF065B
Tints of Razzmatazz #DF065B
RGB
CMYK
RGB Variations
Color information
#DF065B (or 0xDF065B) is known color: Razzmatazz. HEX triplet: DF, 06 and 5B. RGB value is (223,6,91). Sum of RGB (Red+Green+Blue) = 223+6+91=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF065B is #20F9A4. Grayscale: #505050. Windows color (decimal): -2161061 or 5965535. OLE color: 5965535.
HSL color Cylindrical-coordinate representation of color #DF065B: hue angle of 336.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF065B is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.13 |
| HSL | 336.5º | 0.95% | 0.45% | - |
| HSV(B) | 336.5º | 0.97% | 0.87% | - |
| XYZ | 32.38 | 16.57 | 11.39 | - |
| YUV | 80.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 91 | 0 | 0.97 | 0.59 | 0.13 | 336.5 | 0.95 | 0.45 |
| Hex | DF | 6 | 5B | 0 | 61 | 3B | D | 150 | 5F | 2D |
| Octal | 337 | 6 | 133 | 0 | 141 | 73 | 15 | 520 | 137 | 55 |
| Binary | 11011111 | 110 | 1011011 | 0 | 1100001 | 111011 | 1101 | 101010000 | 1011111 | 101101 |
Color Harmonies of #DF065B
Complementary color
Monochromatic Colors of #DF065B
Black with #DF065B
Text Example
Text Example
White with #DF065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF065B; }
p { color: rgb(223,6,91); }
H1.HeaderClassName
{
color: #DF065B;
}
.AnyTagClassName
{
color: #DF065B;
}
</style>
background-color css
<style>
a { background-color: #DF065B; }
a { background-color: rgb(223,6,91); }
div.DivClassName
{
background-color: #DF065B;
}
.BgClassName
{
background-color: #DF065B;
}
</style>
border-color css
<style>
span { border-color: #DF065B; }
span { border-color: rgb(223,6,91); }
td.TdClassName
{
border-color: #DF065B;
}
.TagClassName
{
border-color: #DF065B;
}
</style>