Shades of Razzle Dazzle Rose #D72EC3
Tints of Razzle Dazzle Rose #D72EC3
RGB
CMYK
RGB Variations
Color information
#D72EC3 (or 0xD72EC3) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and C3. RGB value is (215,46,195). Sum of RGB (Red+Green+Blue) = 215+46+195=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EC3 is #28D13C. Grayscale: #717171. Windows color (decimal): -2675005 or 12791511. OLE color: 12791511.
HSL color Cylindrical-coordinate representation of color #D72EC3: hue angle of 307.1º 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 #D72EC3 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 195 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.16 |
| HSL | 307.1º | 0.68% | 0.51% | - |
| HSV(B) | 307.1º | 0.79% | 0.84% | - |
| XYZ | 38.85 | 20.34 | 53.51 | - |
| YUV | 113.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 195 | 0 | 0.79 | 0.09 | 0.16 | 307.1 | 0.68 | 0.51 |
| Hex | D7 | 2E | C3 | 0 | 4F | 9 | 10 | 133 | 44 | 33 |
| Octal | 327 | 56 | 303 | 0 | 117 | 11 | 20 | 463 | 104 | 63 |
| Binary | 11010111 | 101110 | 11000011 | 0 | 1001111 | 1001 | 10000 | 100110011 | 1000100 | 110011 |
Color Harmonies of #D72EC3
Complementary color
Monochromatic Colors of #D72EC3
Black with #D72EC3
Text Example
Text Example
White with #D72EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EC3; }
p { color: rgb(215,46,195); }
H1.HeaderClassName
{
color: #D72EC3;
}
.AnyTagClassName
{
color: #D72EC3;
}
</style>
background-color css
<style>
a { background-color: #D72EC3; }
a { background-color: rgb(215,46,195); }
div.DivClassName
{
background-color: #D72EC3;
}
.BgClassName
{
background-color: #D72EC3;
}
</style>
border-color css
<style>
span { border-color: #D72EC3; }
span { border-color: rgb(215,46,195); }
td.TdClassName
{
border-color: #D72EC3;
}
.TagClassName
{
border-color: #D72EC3;
}
</style>