Shades of Razzle Dazzle Rose #D72ED3
Tints of Razzle Dazzle Rose #D72ED3
RGB
CMYK
RGB Variations
Color information
#D72ED3 (or 0xD72ED3) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and D3. RGB value is (215,46,211). Sum of RGB (Red+Green+Blue) = 215+46+211=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ED3 is #28D12C. Grayscale: #727272. Windows color (decimal): -2674989 or 13840087. OLE color: 13840087.
HSL color Cylindrical-coordinate representation of color #D72ED3: hue angle of 301.42º 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 #D72ED3 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 211 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.16 |
| HSL | 301.42º | 0.68% | 0.51% | - |
| HSV(B) | 301.42º | 0.79% | 0.84% | - |
| XYZ | 40.76 | 21.1 | 63.55 | - |
| YUV | 115.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 211 | 0 | 0.79 | 0.02 | 0.16 | 301.42 | 0.68 | 0.51 |
| Hex | D7 | 2E | D3 | 0 | 4F | 2 | 10 | 12D | 44 | 33 |
| Octal | 327 | 56 | 323 | 0 | 117 | 2 | 20 | 455 | 104 | 63 |
| Binary | 11010111 | 101110 | 11010011 | 0 | 1001111 | 10 | 10000 | 100101101 | 1000100 | 110011 |
Color Harmonies of #D72ED3
Complementary color
Monochromatic Colors of #D72ED3
Black with #D72ED3
Text Example
Text Example
White with #D72ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ED3; }
p { color: rgb(215,46,211); }
H1.HeaderClassName
{
color: #D72ED3;
}
.AnyTagClassName
{
color: #D72ED3;
}
</style>
background-color css
<style>
a { background-color: #D72ED3; }
a { background-color: rgb(215,46,211); }
div.DivClassName
{
background-color: #D72ED3;
}
.BgClassName
{
background-color: #D72ED3;
}
</style>
border-color css
<style>
span { border-color: #D72ED3; }
span { border-color: rgb(215,46,211); }
td.TdClassName
{
border-color: #D72ED3;
}
.TagClassName
{
border-color: #D72ED3;
}
</style>