Shades of Razzle Dazzle Rose #D934C6
Tints of Razzle Dazzle Rose #D934C6
RGB
CMYK
RGB Variations
Color information
#D934C6 (or 0xD934C6) is known color: Razzle Dazzle Rose. HEX triplet: D9, 34 and C6. RGB value is (217,52,198). Sum of RGB (Red+Green+Blue) = 217+52+198=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D934C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D934C6 is #26CB39. Grayscale: #757575. Windows color (decimal): -2542394 or 12989657. OLE color: 12989657.
HSL color Cylindrical-coordinate representation of color #D934C6: hue angle of 306.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934C6 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 198 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.15 |
| HSL | 306.91º | 0.68% | 0.53% | - |
| HSV(B) | 306.91º | 0.76% | 0.85% | - |
| XYZ | 40.04 | 21.28 | 55.42 | - |
| YUV | 117.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 198 | 0 | 0.76 | 0.09 | 0.15 | 306.91 | 0.68 | 0.53 |
| Hex | D9 | 34 | C6 | 0 | 4C | 9 | F | 133 | 44 | 35 |
| Octal | 331 | 64 | 306 | 0 | 114 | 11 | 17 | 463 | 104 | 65 |
| Binary | 11011001 | 110100 | 11000110 | 0 | 1001100 | 1001 | 1111 | 100110011 | 1000100 | 110101 |
Color Harmonies of #D934C6
Complementary color
Monochromatic Colors of #D934C6
Black with #D934C6
Text Example
Text Example
White with #D934C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934C6; }
p { color: rgb(217,52,198); }
H1.HeaderClassName
{
color: #D934C6;
}
.AnyTagClassName
{
color: #D934C6;
}
</style>
background-color css
<style>
a { background-color: #D934C6; }
a { background-color: rgb(217,52,198); }
div.DivClassName
{
background-color: #D934C6;
}
.BgClassName
{
background-color: #D934C6;
}
</style>
border-color css
<style>
span { border-color: #D934C6; }
span { border-color: rgb(217,52,198); }
td.TdClassName
{
border-color: #D934C6;
}
.TagClassName
{
border-color: #D934C6;
}
</style>