Shades of Razzle Dazzle Rose #D731C0
Tints of Razzle Dazzle Rose #D731C0
RGB
CMYK
RGB Variations
Color information
#D731C0 (or 0xD731C0) is known color: Razzle Dazzle Rose. HEX triplet: D7, 31 and C0. RGB value is (215,49,192). Sum of RGB (Red+Green+Blue) = 215+49+192=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D731C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731C0 is #28CE3F. Grayscale: #727272. Windows color (decimal): -2674240 or 12595671. OLE color: 12595671.
HSL color Cylindrical-coordinate representation of color #D731C0: hue angle of 308.31º 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 #D731C0 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 192 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.16 |
| HSL | 308.31º | 0.67% | 0.52% | - |
| HSV(B) | 308.31º | 0.77% | 0.84% | - |
| XYZ | 38.64 | 20.45 | 51.78 | - |
| YUV | 114.94 | 171.5 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 192 | 0 | 0.77 | 0.11 | 0.16 | 308.31 | 0.67 | 0.52 |
| Hex | D7 | 31 | C0 | 0 | 4D | B | 10 | 134 | 43 | 34 |
| Octal | 327 | 61 | 300 | 0 | 115 | 13 | 20 | 464 | 103 | 64 |
| Binary | 11010111 | 110001 | 11000000 | 0 | 1001101 | 1011 | 10000 | 100110100 | 1000011 | 110100 |
Color Harmonies of #D731C0
Complementary color
Monochromatic Colors of #D731C0
Black with #D731C0
Text Example
Text Example
White with #D731C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731C0; }
p { color: rgb(215,49,192); }
H1.HeaderClassName
{
color: #D731C0;
}
.AnyTagClassName
{
color: #D731C0;
}
</style>
background-color css
<style>
a { background-color: #D731C0; }
a { background-color: rgb(215,49,192); }
div.DivClassName
{
background-color: #D731C0;
}
.BgClassName
{
background-color: #D731C0;
}
</style>
border-color css
<style>
span { border-color: #D731C0; }
span { border-color: rgb(215,49,192); }
td.TdClassName
{
border-color: #D731C0;
}
.TagClassName
{
border-color: #D731C0;
}
</style>