Shades of Razzle Dazzle Rose #D730D3
Tints of Razzle Dazzle Rose #D730D3
RGB
CMYK
RGB Variations
Color information
#D730D3 (or 0xD730D3) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and D3. RGB value is (215,48,211). Sum of RGB (Red+Green+Blue) = 215+48+211=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D730D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730D3 is #28CF2C. Grayscale: #747474. Windows color (decimal): -2674477 or 13840599. OLE color: 13840599.
HSL color Cylindrical-coordinate representation of color #D730D3: hue angle of 301.44º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730D3 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 211 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.16 |
| HSL | 301.44º | 0.68% | 0.52% | - |
| HSV(B) | 301.44º | 0.78% | 0.84% | - |
| XYZ | 40.84 | 21.26 | 63.58 | - |
| YUV | 116.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 211 | 0 | 0.78 | 0.02 | 0.16 | 301.44 | 0.68 | 0.52 |
| Hex | D7 | 30 | D3 | 0 | 4E | 2 | 10 | 12D | 44 | 34 |
| Octal | 327 | 60 | 323 | 0 | 116 | 2 | 20 | 455 | 104 | 64 |
| Binary | 11010111 | 110000 | 11010011 | 0 | 1001110 | 10 | 10000 | 100101101 | 1000100 | 110100 |
Color Harmonies of #D730D3
Complementary color
Monochromatic Colors of #D730D3
Black with #D730D3
Text Example
Text Example
White with #D730D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730D3; }
p { color: rgb(215,48,211); }
H1.HeaderClassName
{
color: #D730D3;
}
.AnyTagClassName
{
color: #D730D3;
}
</style>
background-color css
<style>
a { background-color: #D730D3; }
a { background-color: rgb(215,48,211); }
div.DivClassName
{
background-color: #D730D3;
}
.BgClassName
{
background-color: #D730D3;
}
</style>
border-color css
<style>
span { border-color: #D730D3; }
span { border-color: rgb(215,48,211); }
td.TdClassName
{
border-color: #D730D3;
}
.TagClassName
{
border-color: #D730D3;
}
</style>