Shades of Razzmatazz #D70367
Tints of Razzmatazz #D70367
RGB
CMYK
RGB Variations
Color information
#D70367 (or 0xD70367) is known color: Razzmatazz. HEX triplet: D7, 03 and 67. RGB value is (215,3,103). Sum of RGB (Red+Green+Blue) = 215+3+103=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D70367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70367 is #28FC98. Grayscale: #4D4D4D. Windows color (decimal): -2686105 or 6751191. OLE color: 6751191.
HSL color Cylindrical-coordinate representation of color #D70367: hue angle of 331.7º degrees, saturation: 0.97, 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 #D70367 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.16 |
| HSL | 331.7º | 0.97% | 0.43% | - |
| HSV(B) | 331.7º | 0.99% | 0.84% | - |
| XYZ | 30.51 | 15.49 | 14.21 | - |
| YUV | 77.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 103 | 0 | 0.99 | 0.52 | 0.16 | 331.7 | 0.97 | 0.43 |
| Hex | D7 | 3 | 67 | 0 | 63 | 34 | 10 | 14C | 61 | 2B |
| Octal | 327 | 3 | 147 | 0 | 143 | 64 | 20 | 514 | 141 | 53 |
| Binary | 11010111 | 11 | 1100111 | 0 | 1100011 | 110100 | 10000 | 101001100 | 1100001 | 101011 |
Color Harmonies of #D70367
Complementary color
Monochromatic Colors of #D70367
Black with #D70367
Text Example
Text Example
White with #D70367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70367; }
p { color: rgb(215,3,103); }
H1.HeaderClassName
{
color: #D70367;
}
.AnyTagClassName
{
color: #D70367;
}
</style>
background-color css
<style>
a { background-color: #D70367; }
a { background-color: rgb(215,3,103); }
div.DivClassName
{
background-color: #D70367;
}
.BgClassName
{
background-color: #D70367;
}
</style>
border-color css
<style>
span { border-color: #D70367; }
span { border-color: rgb(215,3,103); }
td.TdClassName
{
border-color: #D70367;
}
.TagClassName
{
border-color: #D70367;
}
</style>