Shades of Razzle Dazzle Rose #D728C0
Tints of Razzle Dazzle Rose #D728C0
RGB
CMYK
RGB Variations
Color information
#D728C0 (or 0xD728C0) is known color: Razzle Dazzle Rose. HEX triplet: D7, 28 and C0. RGB value is (215,40,192). Sum of RGB (Red+Green+Blue) = 215+40+192=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D728C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728C0 is #28D73F. Grayscale: #6D6D6D. Windows color (decimal): -2676544 or 12593367. OLE color: 12593367.
HSL color Cylindrical-coordinate representation of color #D728C0: hue angle of 307.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728C0 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 192 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.16 |
| HSL | 307.89º | 0.69% | 0.5% | - |
| HSV(B) | 307.89º | 0.81% | 0.84% | - |
| XYZ | 38.3 | 19.77 | 51.67 | - |
| YUV | 109.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 192 | 0 | 0.81 | 0.11 | 0.16 | 307.89 | 0.69 | 0.5 |
| Hex | D7 | 28 | C0 | 0 | 51 | B | 10 | 134 | 45 | 32 |
| Octal | 327 | 50 | 300 | 0 | 121 | 13 | 20 | 464 | 105 | 62 |
| Binary | 11010111 | 101000 | 11000000 | 0 | 1010001 | 1011 | 10000 | 100110100 | 1000101 | 110010 |
Color Harmonies of #D728C0
Complementary color
Monochromatic Colors of #D728C0
Black with #D728C0
Text Example
Text Example
White with #D728C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728C0; }
p { color: rgb(215,40,192); }
H1.HeaderClassName
{
color: #D728C0;
}
.AnyTagClassName
{
color: #D728C0;
}
</style>
background-color css
<style>
a { background-color: #D728C0; }
a { background-color: rgb(215,40,192); }
div.DivClassName
{
background-color: #D728C0;
}
.BgClassName
{
background-color: #D728C0;
}
</style>
border-color css
<style>
span { border-color: #D728C0; }
span { border-color: rgb(215,40,192); }
td.TdClassName
{
border-color: #D728C0;
}
.TagClassName
{
border-color: #D728C0;
}
</style>