Shades of Razzle Dazzle Rose #D72ECC
Tints of Razzle Dazzle Rose #D72ECC
RGB
CMYK
RGB Variations
Color information
#D72ECC (or 0xD72ECC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and CC. RGB value is (215,46,204). Sum of RGB (Red+Green+Blue) = 215+46+204=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ECC is #28D133. Grayscale: #727272. Windows color (decimal): -2674996 or 13381335. OLE color: 13381335.
HSL color Cylindrical-coordinate representation of color #D72ECC: hue angle of 303.91º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72ECC is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 204 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.16 |
| HSL | 303.91º | 0.68% | 0.51% | - |
| HSV(B) | 303.91º | 0.79% | 0.84% | - |
| XYZ | 39.9 | 20.76 | 59.03 | - |
| YUV | 114.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 204 | 0 | 0.79 | 0.05 | 0.16 | 303.91 | 0.68 | 0.51 |
| Hex | D7 | 2E | CC | 0 | 4F | 5 | 10 | 130 | 44 | 33 |
| Octal | 327 | 56 | 314 | 0 | 117 | 5 | 20 | 460 | 104 | 63 |
| Binary | 11010111 | 101110 | 11001100 | 0 | 1001111 | 101 | 10000 | 100110000 | 1000100 | 110011 |
Color Harmonies of #D72ECC
Complementary color
Monochromatic Colors of #D72ECC
Black with #D72ECC
Text Example
Text Example
White with #D72ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ECC; }
p { color: rgb(215,46,204); }
H1.HeaderClassName
{
color: #D72ECC;
}
.AnyTagClassName
{
color: #D72ECC;
}
</style>
background-color css
<style>
a { background-color: #D72ECC; }
a { background-color: rgb(215,46,204); }
div.DivClassName
{
background-color: #D72ECC;
}
.BgClassName
{
background-color: #D72ECC;
}
</style>
border-color css
<style>
span { border-color: #D72ECC; }
span { border-color: rgb(215,46,204); }
td.TdClassName
{
border-color: #D72ECC;
}
.TagClassName
{
border-color: #D72ECC;
}
</style>