Shades of Razzle Dazzle Rose #D934C7
Tints of Razzle Dazzle Rose #D934C7
RGB
CMYK
RGB Variations
Color information
#D934C7 (or 0xD934C7) is known color: Razzle Dazzle Rose. HEX triplet: D9, 34 and C7. RGB value is (217,52,199). Sum of RGB (Red+Green+Blue) = 217+52+199=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D934C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D934C7 is #26CB38. Grayscale: #757575. Windows color (decimal): -2542393 or 13055193. OLE color: 13055193.
HSL color Cylindrical-coordinate representation of color #D934C7: hue angle of 306.55º 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 #D934C7 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 199 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.15 |
| HSL | 306.55º | 0.68% | 0.53% | - |
| HSV(B) | 306.55º | 0.76% | 0.85% | - |
| XYZ | 40.15 | 21.33 | 56.03 | - |
| YUV | 118.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 199 | 0 | 0.76 | 0.08 | 0.15 | 306.55 | 0.68 | 0.53 |
| Hex | D9 | 34 | C7 | 0 | 4C | 8 | F | 133 | 44 | 35 |
| Octal | 331 | 64 | 307 | 0 | 114 | 10 | 17 | 463 | 104 | 65 |
| Binary | 11011001 | 110100 | 11000111 | 0 | 1001100 | 1000 | 1111 | 100110011 | 1000100 | 110101 |
Color Harmonies of #D934C7
Complementary color
Monochromatic Colors of #D934C7
Black with #D934C7
Text Example
Text Example
White with #D934C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934C7; }
p { color: rgb(217,52,199); }
H1.HeaderClassName
{
color: #D934C7;
}
.AnyTagClassName
{
color: #D934C7;
}
</style>
background-color css
<style>
a { background-color: #D934C7; }
a { background-color: rgb(217,52,199); }
div.DivClassName
{
background-color: #D934C7;
}
.BgClassName
{
background-color: #D934C7;
}
</style>
border-color css
<style>
span { border-color: #D934C7; }
span { border-color: rgb(217,52,199); }
td.TdClassName
{
border-color: #D934C7;
}
.TagClassName
{
border-color: #D934C7;
}
</style>