Shades of Razzle Dazzle Rose #D72DB7
Tints of Razzle Dazzle Rose #D72DB7
RGB
CMYK
RGB Variations
Color information
#D72DB7 (or 0xD72DB7) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and B7. RGB value is (215,45,183). Sum of RGB (Red+Green+Blue) = 215+45+183=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DB7 is #28D248. Grayscale: #6F6F6F. Windows color (decimal): -2675273 or 12004823. OLE color: 12004823.
HSL color Cylindrical-coordinate representation of color #D72DB7: hue angle of 311.29º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DB7 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 183 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.16 |
| HSL | 311.29º | 0.68% | 0.51% | - |
| HSV(B) | 311.29º | 0.79% | 0.84% | - |
| XYZ | 37.51 | 19.74 | 46.63 | - |
| YUV | 111.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 183 | 0 | 0.79 | 0.15 | 0.16 | 311.29 | 0.68 | 0.51 |
| Hex | D7 | 2D | B7 | 0 | 4F | F | 10 | 137 | 44 | 33 |
| Octal | 327 | 55 | 267 | 0 | 117 | 17 | 20 | 467 | 104 | 63 |
| Binary | 11010111 | 101101 | 10110111 | 0 | 1001111 | 1111 | 10000 | 100110111 | 1000100 | 110011 |
Color Harmonies of #D72DB7
Complementary color
Monochromatic Colors of #D72DB7
Black with #D72DB7
Text Example
Text Example
White with #D72DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DB7; }
p { color: rgb(215,45,183); }
H1.HeaderClassName
{
color: #D72DB7;
}
.AnyTagClassName
{
color: #D72DB7;
}
</style>
background-color css
<style>
a { background-color: #D72DB7; }
a { background-color: rgb(215,45,183); }
div.DivClassName
{
background-color: #D72DB7;
}
.BgClassName
{
background-color: #D72DB7;
}
</style>
border-color css
<style>
span { border-color: #D72DB7; }
span { border-color: rgb(215,45,183); }
td.TdClassName
{
border-color: #D72DB7;
}
.TagClassName
{
border-color: #D72DB7;
}
</style>