Shades of Razzle Dazzle Rose #D82ECC
Tints of Razzle Dazzle Rose #D82ECC
RGB
CMYK
RGB Variations
Color information
#D82ECC (or 0xD82ECC) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2E and CC. RGB value is (216,46,204). Sum of RGB (Red+Green+Blue) = 216+46+204=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D82ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ECC is #27D133. Grayscale: #727272. Windows color (decimal): -2609460 or 13381336. OLE color: 13381336.
HSL color Cylindrical-coordinate representation of color #D82ECC: hue angle of 304.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82ECC is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 204 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.15 |
| HSL | 304.24º | 0.69% | 0.51% | - |
| HSV(B) | 304.24º | 0.79% | 0.85% | - |
| XYZ | 40.19 | 20.91 | 59.04 | - |
| YUV | 114.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 204 | 0 | 0.79 | 0.06 | 0.15 | 304.24 | 0.69 | 0.51 |
| Hex | D8 | 2E | CC | 0 | 4F | 6 | F | 130 | 45 | 33 |
| Octal | 330 | 56 | 314 | 0 | 117 | 6 | 17 | 460 | 105 | 63 |
| Binary | 11011000 | 101110 | 11001100 | 0 | 1001111 | 110 | 1111 | 100110000 | 1000101 | 110011 |
Color Harmonies of #D82ECC
Complementary color
Monochromatic Colors of #D82ECC
Black with #D82ECC
Text Example
Text Example
White with #D82ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82ECC; }
p { color: rgb(216,46,204); }
H1.HeaderClassName
{
color: #D82ECC;
}
.AnyTagClassName
{
color: #D82ECC;
}
</style>
background-color css
<style>
a { background-color: #D82ECC; }
a { background-color: rgb(216,46,204); }
div.DivClassName
{
background-color: #D82ECC;
}
.BgClassName
{
background-color: #D82ECC;
}
</style>
border-color css
<style>
span { border-color: #D82ECC; }
span { border-color: rgb(216,46,204); }
td.TdClassName
{
border-color: #D82ECC;
}
.TagClassName
{
border-color: #D82ECC;
}
</style>