Shades of Razzle Dazzle Rose #D72EC2
Tints of Razzle Dazzle Rose #D72EC2
RGB
CMYK
RGB Variations
Color information
#D72EC2 (or 0xD72EC2) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and C2. RGB value is (215,46,194). Sum of RGB (Red+Green+Blue) = 215+46+194=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EC2 is #28D13D. Grayscale: #707070. Windows color (decimal): -2675006 or 12725975. OLE color: 12725975.
HSL color Cylindrical-coordinate representation of color #D72EC2: hue angle of 307.46º 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 #D72EC2 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 194 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.16 |
| HSL | 307.46º | 0.68% | 0.51% | - |
| HSV(B) | 307.46º | 0.79% | 0.84% | - |
| XYZ | 38.74 | 20.3 | 52.91 | - |
| YUV | 113.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 194 | 0 | 0.79 | 0.10 | 0.16 | 307.46 | 0.68 | 0.51 |
| Hex | D7 | 2E | C2 | 0 | 4F | A | 10 | 133 | 44 | 33 |
| Octal | 327 | 56 | 302 | 0 | 117 | 12 | 20 | 463 | 104 | 63 |
| Binary | 11010111 | 101110 | 11000010 | 0 | 1001111 | 1010 | 10000 | 100110011 | 1000100 | 110011 |
Color Harmonies of #D72EC2
Complementary color
Monochromatic Colors of #D72EC2
Black with #D72EC2
Text Example
Text Example
White with #D72EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EC2; }
p { color: rgb(215,46,194); }
H1.HeaderClassName
{
color: #D72EC2;
}
.AnyTagClassName
{
color: #D72EC2;
}
</style>
background-color css
<style>
a { background-color: #D72EC2; }
a { background-color: rgb(215,46,194); }
div.DivClassName
{
background-color: #D72EC2;
}
.BgClassName
{
background-color: #D72EC2;
}
</style>
border-color css
<style>
span { border-color: #D72EC2; }
span { border-color: rgb(215,46,194); }
td.TdClassName
{
border-color: #D72EC2;
}
.TagClassName
{
border-color: #D72EC2;
}
</style>