Shades of Razzle Dazzle Rose #D730CC
Tints of Razzle Dazzle Rose #D730CC
RGB
CMYK
RGB Variations
Color information
#D730CC (or 0xD730CC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 30 and CC. RGB value is (215,48,204). Sum of RGB (Red+Green+Blue) = 215+48+204=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D730CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730CC is #28CF33. Grayscale: #737373. Windows color (decimal): -2674484 or 13381847. OLE color: 13381847.
HSL color Cylindrical-coordinate representation of color #D730CC: hue angle of 303.95º 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 #D730CC is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 204 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.16 |
| HSL | 303.95º | 0.68% | 0.52% | - |
| HSV(B) | 303.95º | 0.78% | 0.84% | - |
| XYZ | 39.98 | 20.92 | 59.06 | - |
| YUV | 115.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 204 | 0 | 0.78 | 0.05 | 0.16 | 303.95 | 0.68 | 0.52 |
| Hex | D7 | 30 | CC | 0 | 4E | 5 | 10 | 130 | 44 | 34 |
| Octal | 327 | 60 | 314 | 0 | 116 | 5 | 20 | 460 | 104 | 64 |
| Binary | 11010111 | 110000 | 11001100 | 0 | 1001110 | 101 | 10000 | 100110000 | 1000100 | 110100 |
Color Harmonies of #D730CC
Complementary color
Monochromatic Colors of #D730CC
Black with #D730CC
Text Example
Text Example
White with #D730CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730CC; }
p { color: rgb(215,48,204); }
H1.HeaderClassName
{
color: #D730CC;
}
.AnyTagClassName
{
color: #D730CC;
}
</style>
background-color css
<style>
a { background-color: #D730CC; }
a { background-color: rgb(215,48,204); }
div.DivClassName
{
background-color: #D730CC;
}
.BgClassName
{
background-color: #D730CC;
}
</style>
border-color css
<style>
span { border-color: #D730CC; }
span { border-color: rgb(215,48,204); }
td.TdClassName
{
border-color: #D730CC;
}
.TagClassName
{
border-color: #D730CC;
}
</style>