Shades of Razzle Dazzle Rose #D730C9
Tints of Razzle Dazzle Rose #D730C9
RGB
CMYK
RGB Variations
Color information
#D730C9 (or 0xD730C9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and C9. RGB value is (215,48,201). Sum of RGB (Red+Green+Blue) = 215+48+201=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D730C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730C9 is #28CF36. Grayscale: #727272. Windows color (decimal): -2674487 or 13185239. OLE color: 13185239.
HSL color Cylindrical-coordinate representation of color #D730C9: hue angle of 305.03º 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 #D730C9 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 201 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.16 |
| HSL | 305.03º | 0.68% | 0.52% | - |
| HSV(B) | 305.03º | 0.78% | 0.84% | - |
| XYZ | 39.62 | 20.78 | 57.18 | - |
| YUV | 115.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 201 | 0 | 0.78 | 0.07 | 0.16 | 305.03 | 0.68 | 0.52 |
| Hex | D7 | 30 | C9 | 0 | 4E | 7 | 10 | 131 | 44 | 34 |
| Octal | 327 | 60 | 311 | 0 | 116 | 7 | 20 | 461 | 104 | 64 |
| Binary | 11010111 | 110000 | 11001001 | 0 | 1001110 | 111 | 10000 | 100110001 | 1000100 | 110100 |
Color Harmonies of #D730C9
Complementary color
Monochromatic Colors of #D730C9
Black with #D730C9
Text Example
Text Example
White with #D730C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730C9; }
p { color: rgb(215,48,201); }
H1.HeaderClassName
{
color: #D730C9;
}
.AnyTagClassName
{
color: #D730C9;
}
</style>
background-color css
<style>
a { background-color: #D730C9; }
a { background-color: rgb(215,48,201); }
div.DivClassName
{
background-color: #D730C9;
}
.BgClassName
{
background-color: #D730C9;
}
</style>
border-color css
<style>
span { border-color: #D730C9; }
span { border-color: rgb(215,48,201); }
td.TdClassName
{
border-color: #D730C9;
}
.TagClassName
{
border-color: #D730C9;
}
</style>