Shades of Razzmatazz #D60269
Tints of Razzmatazz #D60269
RGB
CMYK
RGB Variations
Color information
#D60269 (or 0xD60269) is known color: Razzmatazz. HEX triplet: D6, 02 and 69. RGB value is (214,2,105). Sum of RGB (Red+Green+Blue) = 214+2+105=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D60269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60269 is #29FD96. Grayscale: #4C4C4C. Windows color (decimal): -2751895 or 6882006. OLE color: 6882006.
HSL color Cylindrical-coordinate representation of color #D60269: hue angle of 330.85º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60269 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.16 |
| HSL | 330.85º | 0.98% | 0.42% | - |
| HSV(B) | 330.85º | 0.99% | 0.84% | - |
| XYZ | 30.3 | 15.36 | 14.73 | - |
| YUV | 77.13 | 143.74 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 105 | 0 | 0.99 | 0.51 | 0.16 | 330.85 | 0.98 | 0.42 |
| Hex | D6 | 2 | 69 | 0 | 63 | 33 | 10 | 14B | 62 | 2A |
| Octal | 326 | 2 | 151 | 0 | 143 | 63 | 20 | 513 | 142 | 52 |
| Binary | 11010110 | 10 | 1101001 | 0 | 1100011 | 110011 | 10000 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D60269
Complementary color
Monochromatic Colors of #D60269
Black with #D60269
Text Example
Text Example
White with #D60269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60269; }
p { color: rgb(214,2,105); }
H1.HeaderClassName
{
color: #D60269;
}
.AnyTagClassName
{
color: #D60269;
}
</style>
background-color css
<style>
a { background-color: #D60269; }
a { background-color: rgb(214,2,105); }
div.DivClassName
{
background-color: #D60269;
}
.BgClassName
{
background-color: #D60269;
}
</style>
border-color css
<style>
span { border-color: #D60269; }
span { border-color: rgb(214,2,105); }
td.TdClassName
{
border-color: #D60269;
}
.TagClassName
{
border-color: #D60269;
}
</style>