Shades of Razzle Dazzle Rose #D72FBC
Tints of Razzle Dazzle Rose #D72FBC
RGB
CMYK
RGB Variations
Color information
#D72FBC (or 0xD72FBC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and BC. RGB value is (215,47,188). Sum of RGB (Red+Green+Blue) = 215+47+188=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FBC is #28D043. Grayscale: #707070. Windows color (decimal): -2674756 or 12333015. OLE color: 12333015.
HSL color Cylindrical-coordinate representation of color #D72FBC: hue angle of 309.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72FBC is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 188 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.16 |
| HSL | 309.64º | 0.68% | 0.51% | - |
| HSV(B) | 309.64º | 0.78% | 0.84% | - |
| XYZ | 38.12 | 20.11 | 49.45 | - |
| YUV | 113.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 188 | 0 | 0.78 | 0.13 | 0.16 | 309.64 | 0.68 | 0.51 |
| Hex | D7 | 2F | BC | 0 | 4E | D | 10 | 136 | 44 | 33 |
| Octal | 327 | 57 | 274 | 0 | 116 | 15 | 20 | 466 | 104 | 63 |
| Binary | 11010111 | 101111 | 10111100 | 0 | 1001110 | 1101 | 10000 | 100110110 | 1000100 | 110011 |
Color Harmonies of #D72FBC
Complementary color
Monochromatic Colors of #D72FBC
Black with #D72FBC
Text Example
Text Example
White with #D72FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FBC; }
p { color: rgb(215,47,188); }
H1.HeaderClassName
{
color: #D72FBC;
}
.AnyTagClassName
{
color: #D72FBC;
}
</style>
background-color css
<style>
a { background-color: #D72FBC; }
a { background-color: rgb(215,47,188); }
div.DivClassName
{
background-color: #D72FBC;
}
.BgClassName
{
background-color: #D72FBC;
}
</style>
border-color css
<style>
span { border-color: #D72FBC; }
span { border-color: rgb(215,47,188); }
td.TdClassName
{
border-color: #D72FBC;
}
.TagClassName
{
border-color: #D72FBC;
}
</style>