Shades of Razzle Dazzle Rose #D930D5
Tints of Razzle Dazzle Rose #D930D5
RGB
CMYK
RGB Variations
Color information
#D930D5 (or 0xD930D5) is known color: Razzle Dazzle Rose. HEX triplet: D9, 30 and D5. RGB value is (217,48,213). Sum of RGB (Red+Green+Blue) = 217+48+213=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D930D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D930D5 is #26CF2A. Grayscale: #747474. Windows color (decimal): -2543403 or 13971673. OLE color: 13971673.
HSL color Cylindrical-coordinate representation of color #D930D5: hue angle of 301.42º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D930D5 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 213 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.15 |
| HSL | 301.42º | 0.69% | 0.52% | - |
| HSV(B) | 301.42º | 0.78% | 0.85% | - |
| XYZ | 41.68 | 21.67 | 64.94 | - |
| YUV | 117.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 213 | 0 | 0.78 | 0.02 | 0.15 | 301.42 | 0.69 | 0.52 |
| Hex | D9 | 30 | D5 | 0 | 4E | 2 | F | 12D | 45 | 34 |
| Octal | 331 | 60 | 325 | 0 | 116 | 2 | 17 | 455 | 105 | 64 |
| Binary | 11011001 | 110000 | 11010101 | 0 | 1001110 | 10 | 1111 | 100101101 | 1000101 | 110100 |
Color Harmonies of #D930D5
Complementary color
Monochromatic Colors of #D930D5
Black with #D930D5
Text Example
Text Example
White with #D930D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D930D5; }
p { color: rgb(217,48,213); }
H1.HeaderClassName
{
color: #D930D5;
}
.AnyTagClassName
{
color: #D930D5;
}
</style>
background-color css
<style>
a { background-color: #D930D5; }
a { background-color: rgb(217,48,213); }
div.DivClassName
{
background-color: #D930D5;
}
.BgClassName
{
background-color: #D930D5;
}
</style>
border-color css
<style>
span { border-color: #D930D5; }
span { border-color: rgb(217,48,213); }
td.TdClassName
{
border-color: #D930D5;
}
.TagClassName
{
border-color: #D930D5;
}
</style>