Shades of Razzle Dazzle Rose #D731BE
Tints of Razzle Dazzle Rose #D731BE
RGB
CMYK
RGB Variations
Color information
#D731BE (or 0xD731BE) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and BE. RGB value is (215,49,190). Sum of RGB (Red+Green+Blue) = 215+49+190=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D731BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731BE is #28CE41. Grayscale: #727272. Windows color (decimal): -2674242 or 12464599. OLE color: 12464599.
HSL color Cylindrical-coordinate representation of color #D731BE: hue angle of 309.04º 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 #D731BE is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 190 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.16 |
| HSL | 309.04º | 0.67% | 0.52% | - |
| HSV(B) | 309.04º | 0.77% | 0.84% | - |
| XYZ | 38.42 | 20.36 | 50.62 | - |
| YUV | 114.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 190 | 0 | 0.77 | 0.12 | 0.16 | 309.04 | 0.67 | 0.52 |
| Hex | D7 | 31 | BE | 0 | 4D | C | 10 | 135 | 43 | 34 |
| Octal | 327 | 61 | 276 | 0 | 115 | 14 | 20 | 465 | 103 | 64 |
| Binary | 11010111 | 110001 | 10111110 | 0 | 1001101 | 1100 | 10000 | 100110101 | 1000011 | 110100 |
Color Harmonies of #D731BE
Complementary color
Monochromatic Colors of #D731BE
Black with #D731BE
Text Example
Text Example
White with #D731BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731BE; }
p { color: rgb(215,49,190); }
H1.HeaderClassName
{
color: #D731BE;
}
.AnyTagClassName
{
color: #D731BE;
}
</style>
background-color css
<style>
a { background-color: #D731BE; }
a { background-color: rgb(215,49,190); }
div.DivClassName
{
background-color: #D731BE;
}
.BgClassName
{
background-color: #D731BE;
}
</style>
border-color css
<style>
span { border-color: #D731BE; }
span { border-color: rgb(215,49,190); }
td.TdClassName
{
border-color: #D731BE;
}
.TagClassName
{
border-color: #D731BE;
}
</style>