Shades of Razzle Dazzle Rose #D931C4
Tints of Razzle Dazzle Rose #D931C4
RGB
CMYK
RGB Variations
Color information
#D931C4 (or 0xD931C4) is known color: Razzle Dazzle Rose. HEX triplet: D9, 31 and C4. RGB value is (217,49,196). Sum of RGB (Red+Green+Blue) = 217+49+196=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D931C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D931C4 is #26CE3B. Grayscale: #737373. Windows color (decimal): -2543164 or 12857817. OLE color: 12857817.
HSL color Cylindrical-coordinate representation of color #D931C4: hue angle of 307.5º 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 #D931C4 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 196 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.15 |
| HSL | 307.5º | 0.69% | 0.52% | - |
| HSV(B) | 307.5º | 0.77% | 0.85% | - |
| XYZ | 39.68 | 20.93 | 54.17 | - |
| YUV | 115.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 196 | 0 | 0.77 | 0.10 | 0.15 | 307.5 | 0.69 | 0.52 |
| Hex | D9 | 31 | C4 | 0 | 4D | A | F | 134 | 45 | 34 |
| Octal | 331 | 61 | 304 | 0 | 115 | 12 | 17 | 464 | 105 | 64 |
| Binary | 11011001 | 110001 | 11000100 | 0 | 1001101 | 1010 | 1111 | 100110100 | 1000101 | 110100 |
Color Harmonies of #D931C4
Complementary color
Monochromatic Colors of #D931C4
Black with #D931C4
Text Example
Text Example
White with #D931C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931C4; }
p { color: rgb(217,49,196); }
H1.HeaderClassName
{
color: #D931C4;
}
.AnyTagClassName
{
color: #D931C4;
}
</style>
background-color css
<style>
a { background-color: #D931C4; }
a { background-color: rgb(217,49,196); }
div.DivClassName
{
background-color: #D931C4;
}
.BgClassName
{
background-color: #D931C4;
}
</style>
border-color css
<style>
span { border-color: #D931C4; }
span { border-color: rgb(217,49,196); }
td.TdClassName
{
border-color: #D931C4;
}
.TagClassName
{
border-color: #D931C4;
}
</style>