Shades of Razzle Dazzle Rose #D931C0
Tints of Razzle Dazzle Rose #D931C0
RGB
CMYK
RGB Variations
Color information
#D931C0 (or 0xD931C0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 31 and C0. RGB value is (217,49,192). Sum of RGB (Red+Green+Blue) = 217+49+192=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D931C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D931C0 is #26CE3F. Grayscale: #737373. Windows color (decimal): -2543168 or 12595673. OLE color: 12595673.
HSL color Cylindrical-coordinate representation of color #D931C0: hue angle of 308.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D931C0 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 192 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.15 |
| HSL | 308.93º | 0.69% | 0.52% | - |
| HSV(B) | 308.93º | 0.77% | 0.85% | - |
| XYZ | 39.23 | 20.75 | 51.81 | - |
| YUV | 115.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 192 | 0 | 0.77 | 0.12 | 0.15 | 308.93 | 0.69 | 0.52 |
| Hex | D9 | 31 | C0 | 0 | 4D | C | F | 135 | 45 | 34 |
| Octal | 331 | 61 | 300 | 0 | 115 | 14 | 17 | 465 | 105 | 64 |
| Binary | 11011001 | 110001 | 11000000 | 0 | 1001101 | 1100 | 1111 | 100110101 | 1000101 | 110100 |
Color Harmonies of #D931C0
Complementary color
Monochromatic Colors of #D931C0
Black with #D931C0
Text Example
Text Example
White with #D931C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931C0; }
p { color: rgb(217,49,192); }
H1.HeaderClassName
{
color: #D931C0;
}
.AnyTagClassName
{
color: #D931C0;
}
</style>
background-color css
<style>
a { background-color: #D931C0; }
a { background-color: rgb(217,49,192); }
div.DivClassName
{
background-color: #D931C0;
}
.BgClassName
{
background-color: #D931C0;
}
</style>
border-color css
<style>
span { border-color: #D931C0; }
span { border-color: rgb(217,49,192); }
td.TdClassName
{
border-color: #D931C0;
}
.TagClassName
{
border-color: #D931C0;
}
</style>