Shades of Razzle Dazzle Rose #D731BC
Tints of Razzle Dazzle Rose #D731BC
RGB
CMYK
RGB Variations
Color information
#D731BC (or 0xD731BC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and BC. RGB value is (215,49,188). Sum of RGB (Red+Green+Blue) = 215+49+188=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D731BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731BC is #28CE43. Grayscale: #727272. Windows color (decimal): -2674244 or 12333527. OLE color: 12333527.
HSL color Cylindrical-coordinate representation of color #D731BC: hue angle of 309.76º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D731BC is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 188 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.16 |
| HSL | 309.76º | 0.67% | 0.52% | - |
| HSV(B) | 309.76º | 0.77% | 0.84% | - |
| XYZ | 38.2 | 20.27 | 49.48 | - |
| YUV | 114.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 188 | 0 | 0.77 | 0.13 | 0.16 | 309.76 | 0.67 | 0.52 |
| Hex | D7 | 31 | BC | 0 | 4D | D | 10 | 136 | 43 | 34 |
| Octal | 327 | 61 | 274 | 0 | 115 | 15 | 20 | 466 | 103 | 64 |
| Binary | 11010111 | 110001 | 10111100 | 0 | 1001101 | 1101 | 10000 | 100110110 | 1000011 | 110100 |
Color Harmonies of #D731BC
Complementary color
Monochromatic Colors of #D731BC
Black with #D731BC
Text Example
Text Example
White with #D731BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731BC; }
p { color: rgb(215,49,188); }
H1.HeaderClassName
{
color: #D731BC;
}
.AnyTagClassName
{
color: #D731BC;
}
</style>
background-color css
<style>
a { background-color: #D731BC; }
a { background-color: rgb(215,49,188); }
div.DivClassName
{
background-color: #D731BC;
}
.BgClassName
{
background-color: #D731BC;
}
</style>
border-color css
<style>
span { border-color: #D731BC; }
span { border-color: rgb(215,49,188); }
td.TdClassName
{
border-color: #D731BC;
}
.TagClassName
{
border-color: #D731BC;
}
</style>