Shades of Razzle Dazzle Rose #D928BB
Tints of Razzle Dazzle Rose #D928BB
RGB
CMYK
RGB Variations
Color information
#D928BB (or 0xD928BB) is known color: Razzle Dazzle Rose. HEX triplet: D9, 28 and BB. RGB value is (217,40,187). Sum of RGB (Red+Green+Blue) = 217+40+187=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D928BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928BB is #26D744. Grayscale: #6D6D6D. Windows color (decimal): -2545477 or 12265689. OLE color: 12265689.
HSL color Cylindrical-coordinate representation of color #D928BB: hue angle of 310.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928BB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 187 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.15 |
| HSL | 310.17º | 0.7% | 0.5% | - |
| HSV(B) | 310.17º | 0.82% | 0.85% | - |
| XYZ | 38.34 | 19.86 | 48.83 | - |
| YUV | 109.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 187 | 0 | 0.82 | 0.14 | 0.15 | 310.17 | 0.7 | 0.5 |
| Hex | D9 | 28 | BB | 0 | 52 | E | F | 136 | 46 | 32 |
| Octal | 331 | 50 | 273 | 0 | 122 | 16 | 17 | 466 | 106 | 62 |
| Binary | 11011001 | 101000 | 10111011 | 0 | 1010010 | 1110 | 1111 | 100110110 | 1000110 | 110010 |
Color Harmonies of #D928BB
Complementary color
Monochromatic Colors of #D928BB
Black with #D928BB
Text Example
Text Example
White with #D928BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928BB; }
p { color: rgb(217,40,187); }
H1.HeaderClassName
{
color: #D928BB;
}
.AnyTagClassName
{
color: #D928BB;
}
</style>
background-color css
<style>
a { background-color: #D928BB; }
a { background-color: rgb(217,40,187); }
div.DivClassName
{
background-color: #D928BB;
}
.BgClassName
{
background-color: #D928BB;
}
</style>
border-color css
<style>
span { border-color: #D928BB; }
span { border-color: rgb(217,40,187); }
td.TdClassName
{
border-color: #D928BB;
}
.TagClassName
{
border-color: #D928BB;
}
</style>