Shades of Razzmatazz #D7025C
Tints of Razzmatazz #D7025C
RGB
CMYK
RGB Variations
Color information
#D7025C (or 0xD7025C) is known color: Razzmatazz. HEX triplet: D7, 02 and 5C. RGB value is (215,2,92). Sum of RGB (Red+Green+Blue) = 215+2+92=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7025C is #28FDA3. Grayscale: #4B4B4B. Windows color (decimal): -2686372 or 6030039. OLE color: 6030039.
HSL color Cylindrical-coordinate representation of color #D7025C: hue angle of 334.65º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7025C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.16 |
| HSL | 334.65º | 0.98% | 0.43% | - |
| HSV(B) | 334.65º | 0.99% | 0.84% | - |
| XYZ | 29.98 | 15.26 | 11.49 | - |
| YUV | 75.95 | 137.07 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 92 | 0 | 0.99 | 0.57 | 0.16 | 334.65 | 0.98 | 0.43 |
| Hex | D7 | 2 | 5C | 0 | 63 | 39 | 10 | 14F | 62 | 2B |
| Octal | 327 | 2 | 134 | 0 | 143 | 71 | 20 | 517 | 142 | 53 |
| Binary | 11010111 | 10 | 1011100 | 0 | 1100011 | 111001 | 10000 | 101001111 | 1100010 | 101011 |
Color Harmonies of #D7025C
Complementary color
Monochromatic Colors of #D7025C
Black with #D7025C
Text Example
Text Example
White with #D7025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7025C; }
p { color: rgb(215,2,92); }
H1.HeaderClassName
{
color: #D7025C;
}
.AnyTagClassName
{
color: #D7025C;
}
</style>
background-color css
<style>
a { background-color: #D7025C; }
a { background-color: rgb(215,2,92); }
div.DivClassName
{
background-color: #D7025C;
}
.BgClassName
{
background-color: #D7025C;
}
</style>
border-color css
<style>
span { border-color: #D7025C; }
span { border-color: rgb(215,2,92); }
td.TdClassName
{
border-color: #D7025C;
}
.TagClassName
{
border-color: #D7025C;
}
</style>