Shades of Razzle Dazzle Rose #D731BD
Tints of Razzle Dazzle Rose #D731BD
RGB
CMYK
RGB Variations
Color information
#D731BD (or 0xD731BD) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and BD. RGB value is (215,49,189). Sum of RGB (Red+Green+Blue) = 215+49+189=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D731BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731BD is #28CE42. Grayscale: #727272. Windows color (decimal): -2674243 or 12399063. OLE color: 12399063.
HSL color Cylindrical-coordinate representation of color #D731BD: hue angle of 309.4º 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 #D731BD is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 189 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.16 |
| HSL | 309.4º | 0.67% | 0.52% | - |
| HSV(B) | 309.4º | 0.77% | 0.84% | - |
| XYZ | 38.31 | 20.32 | 50.05 | - |
| YUV | 114.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 189 | 0 | 0.77 | 0.12 | 0.16 | 309.4 | 0.67 | 0.52 |
| Hex | D7 | 31 | BD | 0 | 4D | C | 10 | 135 | 43 | 34 |
| Octal | 327 | 61 | 275 | 0 | 115 | 14 | 20 | 465 | 103 | 64 |
| Binary | 11010111 | 110001 | 10111101 | 0 | 1001101 | 1100 | 10000 | 100110101 | 1000011 | 110100 |
Color Harmonies of #D731BD
Complementary color
Monochromatic Colors of #D731BD
Black with #D731BD
Text Example
Text Example
White with #D731BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731BD; }
p { color: rgb(215,49,189); }
H1.HeaderClassName
{
color: #D731BD;
}
.AnyTagClassName
{
color: #D731BD;
}
</style>
background-color css
<style>
a { background-color: #D731BD; }
a { background-color: rgb(215,49,189); }
div.DivClassName
{
background-color: #D731BD;
}
.BgClassName
{
background-color: #D731BD;
}
</style>
border-color css
<style>
span { border-color: #D731BD; }
span { border-color: rgb(215,49,189); }
td.TdClassName
{
border-color: #D731BD;
}
.TagClassName
{
border-color: #D731BD;
}
</style>