Shades of Razzmatazz #DF026B
Tints of Razzmatazz #DF026B
RGB
CMYK
RGB Variations
Color information
#DF026B (or 0xDF026B) is known color: Razzmatazz. HEX triplet: DF, 02 and 6B. RGB value is (223,2,107). Sum of RGB (Red+Green+Blue) = 223+2+107=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF026B is #20FD94. Grayscale: #4F4F4F. Windows color (decimal): -2162069 or 7013087. OLE color: 7013087.
HSL color Cylindrical-coordinate representation of color #DF026B: hue angle of 331.49º degrees, saturation: 0.98, 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 #DF026B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.13 |
| HSL | 331.49º | 0.98% | 0.44% | - |
| HSV(B) | 331.49º | 0.99% | 0.87% | - |
| XYZ | 33.11 | 16.79 | 15.41 | - |
| YUV | 80.05 | 143.22 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 107 | 0 | 0.99 | 0.52 | 0.13 | 331.49 | 0.98 | 0.44 |
| Hex | DF | 2 | 6B | 0 | 63 | 34 | D | 14B | 62 | 2C |
| Octal | 337 | 2 | 153 | 0 | 143 | 64 | 15 | 513 | 142 | 54 |
| Binary | 11011111 | 10 | 1101011 | 0 | 1100011 | 110100 | 1101 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DF026B
Complementary color
Monochromatic Colors of #DF026B
Black with #DF026B
Text Example
Text Example
White with #DF026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF026B; }
p { color: rgb(223,2,107); }
H1.HeaderClassName
{
color: #DF026B;
}
.AnyTagClassName
{
color: #DF026B;
}
</style>
background-color css
<style>
a { background-color: #DF026B; }
a { background-color: rgb(223,2,107); }
div.DivClassName
{
background-color: #DF026B;
}
.BgClassName
{
background-color: #DF026B;
}
</style>
border-color css
<style>
span { border-color: #DF026B; }
span { border-color: rgb(223,2,107); }
td.TdClassName
{
border-color: #DF026B;
}
.TagClassName
{
border-color: #DF026B;
}
</style>