Shades of Razzmatazz #DF016B
Tints of Razzmatazz #DF016B
RGB
CMYK
RGB Variations
Color information
#DF016B (or 0xDF016B) is known color: Razzmatazz. HEX triplet: DF, 01 and 6B. RGB value is (223,1,107). Sum of RGB (Red+Green+Blue) = 223+1+107=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF016B is #20FE94. Grayscale: #4F4F4F. Windows color (decimal): -2162325 or 7012831. OLE color: 7012831.
HSL color Cylindrical-coordinate representation of color #DF016B: hue angle of 331.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF016B is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.13 |
| HSL | 331.35º | 0.99% | 0.44% | - |
| HSV(B) | 331.35º | 1% | 0.87% | - |
| XYZ | 33.1 | 16.77 | 15.4 | - |
| YUV | 79.46 | 143.55 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 107 | 0 | 1.00 | 0.52 | 0.13 | 331.35 | 0.99 | 0.44 |
| Hex | DF | 1 | 6B | 0 | 64 | 34 | D | 14B | 63 | 2C |
| Octal | 337 | 1 | 153 | 0 | 144 | 64 | 15 | 513 | 143 | 54 |
| Binary | 11011111 | 1 | 1101011 | 0 | 1100100 | 110100 | 1101 | 101001011 | 1100011 | 101100 |
Color Harmonies of #DF016B
Complementary color
Monochromatic Colors of #DF016B
Black with #DF016B
Text Example
Text Example
White with #DF016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF016B; }
p { color: rgb(223,1,107); }
H1.HeaderClassName
{
color: #DF016B;
}
.AnyTagClassName
{
color: #DF016B;
}
</style>
background-color css
<style>
a { background-color: #DF016B; }
a { background-color: rgb(223,1,107); }
div.DivClassName
{
background-color: #DF016B;
}
.BgClassName
{
background-color: #DF016B;
}
</style>
border-color css
<style>
span { border-color: #DF016B; }
span { border-color: rgb(223,1,107); }
td.TdClassName
{
border-color: #DF016B;
}
.TagClassName
{
border-color: #DF016B;
}
</style>