Shades of Razzle Dazzle Rose #D72FBB
Tints of Razzle Dazzle Rose #D72FBB
RGB
CMYK
RGB Variations
Color information
#D72FBB (or 0xD72FBB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and BB. RGB value is (215,47,187). Sum of RGB (Red+Green+Blue) = 215+47+187=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FBB is #28D044. Grayscale: #707070. Windows color (decimal): -2674757 or 12267479. OLE color: 12267479.
HSL color Cylindrical-coordinate representation of color #D72FBB: hue angle of 310º 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 #D72FBB is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 187 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.16 |
| HSL | 310º | 0.68% | 0.51% | - |
| HSV(B) | 310º | 0.78% | 0.84% | - |
| XYZ | 38.01 | 20.07 | 48.88 | - |
| YUV | 113.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 187 | 0 | 0.78 | 0.13 | 0.16 | 310 | 0.68 | 0.51 |
| Hex | D7 | 2F | BB | 0 | 4E | D | 10 | 136 | 44 | 33 |
| Octal | 327 | 57 | 273 | 0 | 116 | 15 | 20 | 466 | 104 | 63 |
| Binary | 11010111 | 101111 | 10111011 | 0 | 1001110 | 1101 | 10000 | 100110110 | 1000100 | 110011 |
Color Harmonies of #D72FBB
Complementary color
Monochromatic Colors of #D72FBB
Black with #D72FBB
Text Example
Text Example
White with #D72FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FBB; }
p { color: rgb(215,47,187); }
H1.HeaderClassName
{
color: #D72FBB;
}
.AnyTagClassName
{
color: #D72FBB;
}
</style>
background-color css
<style>
a { background-color: #D72FBB; }
a { background-color: rgb(215,47,187); }
div.DivClassName
{
background-color: #D72FBB;
}
.BgClassName
{
background-color: #D72FBB;
}
</style>
border-color css
<style>
span { border-color: #D72FBB; }
span { border-color: rgb(215,47,187); }
td.TdClassName
{
border-color: #D72FBB;
}
.TagClassName
{
border-color: #D72FBB;
}
</style>