Shades of Razzle Dazzle Rose #D934B7
Tints of Razzle Dazzle Rose #D934B7
RGB
CMYK
RGB Variations
Color information
#D934B7 (or 0xD934B7) is known color: Razzle Dazzle Rose. HEX triplet: D9, 34 and B7. RGB value is (217,52,183). Sum of RGB (Red+Green+Blue) = 217+52+183=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D934B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D934B7 is #26CB48. Grayscale: #737373. Windows color (decimal): -2542409 or 12006617. OLE color: 12006617.
HSL color Cylindrical-coordinate representation of color #D934B7: hue angle of 312.36º 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 #D934B7 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 183 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.15 |
| HSL | 312.36º | 0.68% | 0.53% | - |
| HSV(B) | 312.36º | 0.76% | 0.85% | - |
| XYZ | 38.39 | 20.63 | 46.76 | - |
| YUV | 116.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 183 | 0 | 0.76 | 0.16 | 0.15 | 312.36 | 0.68 | 0.53 |
| Hex | D9 | 34 | B7 | 0 | 4C | 10 | F | 138 | 44 | 35 |
| Octal | 331 | 64 | 267 | 0 | 114 | 20 | 17 | 470 | 104 | 65 |
| Binary | 11011001 | 110100 | 10110111 | 0 | 1001100 | 10000 | 1111 | 100111000 | 1000100 | 110101 |
Color Harmonies of #D934B7
Complementary color
Monochromatic Colors of #D934B7
Black with #D934B7
Text Example
Text Example
White with #D934B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934B7; }
p { color: rgb(217,52,183); }
H1.HeaderClassName
{
color: #D934B7;
}
.AnyTagClassName
{
color: #D934B7;
}
</style>
background-color css
<style>
a { background-color: #D934B7; }
a { background-color: rgb(217,52,183); }
div.DivClassName
{
background-color: #D934B7;
}
.BgClassName
{
background-color: #D934B7;
}
</style>
border-color css
<style>
span { border-color: #D934B7; }
span { border-color: rgb(217,52,183); }
td.TdClassName
{
border-color: #D934B7;
}
.TagClassName
{
border-color: #D934B7;
}
</style>