Shades of Razzmatazz #D2015C
Tints of Razzmatazz #D2015C
RGB
CMYK
RGB Variations
Color information
#D2015C (or 0xD2015C) is known color: Razzmatazz. HEX triplet: D2, 01 and 5C. RGB value is (210,1,92). Sum of RGB (Red+Green+Blue) = 210+1+92=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2015C is #2DFEA3. Grayscale: #494949. Windows color (decimal): -3014308 or 6029778. OLE color: 6029778.
HSL color Cylindrical-coordinate representation of color #D2015C: hue angle of 333.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2015C is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.18 |
| HSL | 333.88º | 0.99% | 0.41% | - |
| HSV(B) | 333.88º | 1% | 0.82% | - |
| XYZ | 28.52 | 14.5 | 11.42 | - |
| YUV | 73.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 92 | 0 | 1.00 | 0.56 | 0.18 | 333.88 | 0.99 | 0.41 |
| Hex | D2 | 1 | 5C | 0 | 64 | 38 | 12 | 14E | 63 | 29 |
| Octal | 322 | 1 | 134 | 0 | 144 | 70 | 22 | 516 | 143 | 51 |
| Binary | 11010010 | 1 | 1011100 | 0 | 1100100 | 111000 | 10010 | 101001110 | 1100011 | 101001 |
Color Harmonies of #D2015C
Complementary color
Monochromatic Colors of #D2015C
Black with #D2015C
Text Example
Text Example
White with #D2015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2015C; }
p { color: rgb(210,1,92); }
H1.HeaderClassName
{
color: #D2015C;
}
.AnyTagClassName
{
color: #D2015C;
}
</style>
background-color css
<style>
a { background-color: #D2015C; }
a { background-color: rgb(210,1,92); }
div.DivClassName
{
background-color: #D2015C;
}
.BgClassName
{
background-color: #D2015C;
}
</style>
border-color css
<style>
span { border-color: #D2015C; }
span { border-color: rgb(210,1,92); }
td.TdClassName
{
border-color: #D2015C;
}
.TagClassName
{
border-color: #D2015C;
}
</style>