Shades of Razzle Dazzle Rose #D72DC0
Tints of Razzle Dazzle Rose #D72DC0
RGB
CMYK
RGB Variations
Color information
#D72DC0 (or 0xD72DC0) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and C0. RGB value is (215,45,192). Sum of RGB (Red+Green+Blue) = 215+45+192=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DC0 is #28D23F. Grayscale: #707070. Windows color (decimal): -2675264 or 12594647. OLE color: 12594647.
HSL color Cylindrical-coordinate representation of color #D72DC0: hue angle of 308.12º 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 #D72DC0 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 192 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.16 |
| HSL | 308.12º | 0.68% | 0.51% | - |
| HSV(B) | 308.12º | 0.79% | 0.84% | - |
| XYZ | 38.48 | 20.13 | 51.73 | - |
| YUV | 112.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 192 | 0 | 0.79 | 0.11 | 0.16 | 308.12 | 0.68 | 0.51 |
| Hex | D7 | 2D | C0 | 0 | 4F | B | 10 | 134 | 44 | 33 |
| Octal | 327 | 55 | 300 | 0 | 117 | 13 | 20 | 464 | 104 | 63 |
| Binary | 11010111 | 101101 | 11000000 | 0 | 1001111 | 1011 | 10000 | 100110100 | 1000100 | 110011 |
Color Harmonies of #D72DC0
Complementary color
Monochromatic Colors of #D72DC0
Black with #D72DC0
Text Example
Text Example
White with #D72DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DC0; }
p { color: rgb(215,45,192); }
H1.HeaderClassName
{
color: #D72DC0;
}
.AnyTagClassName
{
color: #D72DC0;
}
</style>
background-color css
<style>
a { background-color: #D72DC0; }
a { background-color: rgb(215,45,192); }
div.DivClassName
{
background-color: #D72DC0;
}
.BgClassName
{
background-color: #D72DC0;
}
</style>
border-color css
<style>
span { border-color: #D72DC0; }
span { border-color: rgb(215,45,192); }
td.TdClassName
{
border-color: #D72DC0;
}
.TagClassName
{
border-color: #D72DC0;
}
</style>