Shades of Razzle Dazzle Rose #D728BB
Tints of Razzle Dazzle Rose #D728BB
RGB
CMYK
RGB Variations
Color information
#D728BB (or 0xD728BB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 28 and BB. RGB value is (215,40,187). Sum of RGB (Red+Green+Blue) = 215+40+187=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D728BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728BB is #28D744. Grayscale: #6C6C6C. Windows color (decimal): -2676549 or 12265687. OLE color: 12265687.
HSL color Cylindrical-coordinate representation of color #D728BB: hue angle of 309.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728BB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 187 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.16 |
| HSL | 309.6º | 0.69% | 0.5% | - |
| HSV(B) | 309.6º | 0.81% | 0.84% | - |
| XYZ | 37.75 | 19.55 | 48.8 | - |
| YUV | 109.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 187 | 0 | 0.81 | 0.13 | 0.16 | 309.6 | 0.69 | 0.5 |
| Hex | D7 | 28 | BB | 0 | 51 | D | 10 | 136 | 45 | 32 |
| Octal | 327 | 50 | 273 | 0 | 121 | 15 | 20 | 466 | 105 | 62 |
| Binary | 11010111 | 101000 | 10111011 | 0 | 1010001 | 1101 | 10000 | 100110110 | 1000101 | 110010 |
Color Harmonies of #D728BB
Complementary color
Monochromatic Colors of #D728BB
Black with #D728BB
Text Example
Text Example
White with #D728BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728BB; }
p { color: rgb(215,40,187); }
H1.HeaderClassName
{
color: #D728BB;
}
.AnyTagClassName
{
color: #D728BB;
}
</style>
background-color css
<style>
a { background-color: #D728BB; }
a { background-color: rgb(215,40,187); }
div.DivClassName
{
background-color: #D728BB;
}
.BgClassName
{
background-color: #D728BB;
}
</style>
border-color css
<style>
span { border-color: #D728BB; }
span { border-color: rgb(215,40,187); }
td.TdClassName
{
border-color: #D728BB;
}
.TagClassName
{
border-color: #D728BB;
}
</style>