Shades of Razzle Dazzle Rose #D731B5
Tints of Razzle Dazzle Rose #D731B5
RGB
CMYK
RGB Variations
Color information
#D731B5 (or 0xD731B5) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and B5. RGB value is (215,49,181). Sum of RGB (Red+Green+Blue) = 215+49+181=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D731B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731B5 is #28CE4A. Grayscale: #717171. Windows color (decimal): -2674251 or 11874775. OLE color: 11874775.
HSL color Cylindrical-coordinate representation of color #D731B5: hue angle of 312.29º 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 #D731B5 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 181 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.16 |
| HSL | 312.29º | 0.67% | 0.52% | - |
| HSV(B) | 312.29º | 0.77% | 0.84% | - |
| XYZ | 37.46 | 19.98 | 45.6 | - |
| YUV | 113.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 181 | 0 | 0.77 | 0.16 | 0.16 | 312.29 | 0.67 | 0.52 |
| Hex | D7 | 31 | B5 | 0 | 4D | 10 | 10 | 138 | 43 | 34 |
| Octal | 327 | 61 | 265 | 0 | 115 | 20 | 20 | 470 | 103 | 64 |
| Binary | 11010111 | 110001 | 10110101 | 0 | 1001101 | 10000 | 10000 | 100111000 | 1000011 | 110100 |
Color Harmonies of #D731B5
Complementary color
Monochromatic Colors of #D731B5
Black with #D731B5
Text Example
Text Example
White with #D731B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731B5; }
p { color: rgb(215,49,181); }
H1.HeaderClassName
{
color: #D731B5;
}
.AnyTagClassName
{
color: #D731B5;
}
</style>
background-color css
<style>
a { background-color: #D731B5; }
a { background-color: rgb(215,49,181); }
div.DivClassName
{
background-color: #D731B5;
}
.BgClassName
{
background-color: #D731B5;
}
</style>
border-color css
<style>
span { border-color: #D731B5; }
span { border-color: rgb(215,49,181); }
td.TdClassName
{
border-color: #D731B5;
}
.TagClassName
{
border-color: #D731B5;
}
</style>