Shades of Razzle Dazzle Rose #D72BC0
Tints of Razzle Dazzle Rose #D72BC0
RGB
CMYK
RGB Variations
Color information
#D72BC0 (or 0xD72BC0) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and C0. RGB value is (215,43,192). Sum of RGB (Red+Green+Blue) = 215+43+192=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BC0 is #28D43F. Grayscale: #6E6E6E. Windows color (decimal): -2675776 or 12594135. OLE color: 12594135.
HSL color Cylindrical-coordinate representation of color #D72BC0: hue angle of 308.02º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72BC0 is Cyan = 0, Magento = 0.8, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 192 | - |
| CMYK | 0 | 0.8 | 0.11 | 0.16 |
| HSL | 308.02º | 0.68% | 0.51% | - |
| HSV(B) | 308.02º | 0.8% | 0.84% | - |
| XYZ | 38.4 | 19.98 | 51.7 | - |
| YUV | 111.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 192 | 0 | 0.8 | 0.11 | 0.16 | 308.02 | 0.68 | 0.51 |
| Hex | D7 | 2B | C0 | 0 | 50 | B | 10 | 134 | 44 | 33 |
| Octal | 327 | 53 | 300 | 0 | 120 | 13 | 20 | 464 | 104 | 63 |
| Binary | 11010111 | 101011 | 11000000 | 0 | 1010000 | 1011 | 10000 | 100110100 | 1000100 | 110011 |
Color Harmonies of #D72BC0
Complementary color
Monochromatic Colors of #D72BC0
Black with #D72BC0
Text Example
Text Example
White with #D72BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BC0; }
p { color: rgb(215,43,192); }
H1.HeaderClassName
{
color: #D72BC0;
}
.AnyTagClassName
{
color: #D72BC0;
}
</style>
background-color css
<style>
a { background-color: #D72BC0; }
a { background-color: rgb(215,43,192); }
div.DivClassName
{
background-color: #D72BC0;
}
.BgClassName
{
background-color: #D72BC0;
}
</style>
border-color css
<style>
span { border-color: #D72BC0; }
span { border-color: rgb(215,43,192); }
td.TdClassName
{
border-color: #D72BC0;
}
.TagClassName
{
border-color: #D72BC0;
}
</style>