Shades of Razzle Dazzle Rose #D931C8
Tints of Razzle Dazzle Rose #D931C8
RGB
CMYK
RGB Variations
Color information
#D931C8 (or 0xD931C8) is known color: Razzle Dazzle Rose. HEX triplet: D9, 31 and C8. RGB value is (217,49,200). Sum of RGB (Red+Green+Blue) = 217+49+200=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D931C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D931C8 is #26CE37. Grayscale: #747474. Windows color (decimal): -2543160 or 13119961. OLE color: 13119961.
HSL color Cylindrical-coordinate representation of color #D931C8: hue angle of 306.07º 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 #D931C8 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 200 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.15 |
| HSL | 306.07º | 0.69% | 0.52% | - |
| HSV(B) | 306.07º | 0.77% | 0.85% | - |
| XYZ | 40.14 | 21.12 | 56.6 | - |
| YUV | 116.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 200 | 0 | 0.77 | 0.08 | 0.15 | 306.07 | 0.69 | 0.52 |
| Hex | D9 | 31 | C8 | 0 | 4D | 8 | F | 132 | 45 | 34 |
| Octal | 331 | 61 | 310 | 0 | 115 | 10 | 17 | 462 | 105 | 64 |
| Binary | 11011001 | 110001 | 11001000 | 0 | 1001101 | 1000 | 1111 | 100110010 | 1000101 | 110100 |
Color Harmonies of #D931C8
Complementary color
Monochromatic Colors of #D931C8
Black with #D931C8
Text Example
Text Example
White with #D931C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931C8; }
p { color: rgb(217,49,200); }
H1.HeaderClassName
{
color: #D931C8;
}
.AnyTagClassName
{
color: #D931C8;
}
</style>
background-color css
<style>
a { background-color: #D931C8; }
a { background-color: rgb(217,49,200); }
div.DivClassName
{
background-color: #D931C8;
}
.BgClassName
{
background-color: #D931C8;
}
</style>
border-color css
<style>
span { border-color: #D931C8; }
span { border-color: rgb(217,49,200); }
td.TdClassName
{
border-color: #D931C8;
}
.TagClassName
{
border-color: #D931C8;
}
</style>