Shades of Razzle Dazzle Rose #D72EC8
Tints of Razzle Dazzle Rose #D72EC8
RGB
CMYK
RGB Variations
Color information
#D72EC8 (or 0xD72EC8) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and C8. RGB value is (215,46,200). Sum of RGB (Red+Green+Blue) = 215+46+200=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EC8 is #28D137. Grayscale: #717171. Windows color (decimal): -2675000 or 13119191. OLE color: 13119191.
HSL color Cylindrical-coordinate representation of color #D72EC8: hue angle of 305.33º 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 #D72EC8 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 200 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.16 |
| HSL | 305.33º | 0.68% | 0.51% | - |
| HSV(B) | 305.33º | 0.79% | 0.84% | - |
| XYZ | 39.43 | 20.57 | 56.54 | - |
| YUV | 114.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 200 | 0 | 0.79 | 0.07 | 0.16 | 305.33 | 0.68 | 0.51 |
| Hex | D7 | 2E | C8 | 0 | 4F | 7 | 10 | 131 | 44 | 33 |
| Octal | 327 | 56 | 310 | 0 | 117 | 7 | 20 | 461 | 104 | 63 |
| Binary | 11010111 | 101110 | 11001000 | 0 | 1001111 | 111 | 10000 | 100110001 | 1000100 | 110011 |
Color Harmonies of #D72EC8
Complementary color
Monochromatic Colors of #D72EC8
Black with #D72EC8
Text Example
Text Example
White with #D72EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EC8; }
p { color: rgb(215,46,200); }
H1.HeaderClassName
{
color: #D72EC8;
}
.AnyTagClassName
{
color: #D72EC8;
}
</style>
background-color css
<style>
a { background-color: #D72EC8; }
a { background-color: rgb(215,46,200); }
div.DivClassName
{
background-color: #D72EC8;
}
.BgClassName
{
background-color: #D72EC8;
}
</style>
border-color css
<style>
span { border-color: #D72EC8; }
span { border-color: rgb(215,46,200); }
td.TdClassName
{
border-color: #D72EC8;
}
.TagClassName
{
border-color: #D72EC8;
}
</style>