Shades of Razzle Dazzle Rose #D82EC1
Tints of Razzle Dazzle Rose #D82EC1
RGB
CMYK
RGB Variations
Color information
#D82EC1 (or 0xD82EC1) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2E and C1. RGB value is (216,46,193). Sum of RGB (Red+Green+Blue) = 216+46+193=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D82EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82EC1 is #27D13E. Grayscale: #717171. Windows color (decimal): -2609471 or 12660440. OLE color: 12660440.
HSL color Cylindrical-coordinate representation of color #D82EC1: hue angle of 308.12º 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 #D82EC1 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 193 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.15 |
| HSL | 308.12º | 0.69% | 0.51% | - |
| HSV(B) | 308.12º | 0.79% | 0.85% | - |
| XYZ | 38.92 | 20.4 | 52.34 | - |
| YUV | 113.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 193 | 0 | 0.79 | 0.11 | 0.15 | 308.12 | 0.69 | 0.51 |
| Hex | D8 | 2E | C1 | 0 | 4F | B | F | 134 | 45 | 33 |
| Octal | 330 | 56 | 301 | 0 | 117 | 13 | 17 | 464 | 105 | 63 |
| Binary | 11011000 | 101110 | 11000001 | 0 | 1001111 | 1011 | 1111 | 100110100 | 1000101 | 110011 |
Color Harmonies of #D82EC1
Complementary color
Monochromatic Colors of #D82EC1
Black with #D82EC1
Text Example
Text Example
White with #D82EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82EC1; }
p { color: rgb(216,46,193); }
H1.HeaderClassName
{
color: #D82EC1;
}
.AnyTagClassName
{
color: #D82EC1;
}
</style>
background-color css
<style>
a { background-color: #D82EC1; }
a { background-color: rgb(216,46,193); }
div.DivClassName
{
background-color: #D82EC1;
}
.BgClassName
{
background-color: #D82EC1;
}
</style>
border-color css
<style>
span { border-color: #D82EC1; }
span { border-color: rgb(216,46,193); }
td.TdClassName
{
border-color: #D82EC1;
}
.TagClassName
{
border-color: #D82EC1;
}
</style>