Shades of Razzle Dazzle Rose #D82ACD
Tints of Razzle Dazzle Rose #D82ACD
RGB
CMYK
RGB Variations
Color information
#D82ACD (or 0xD82ACD) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2A and CD. RGB value is (216,42,205). Sum of RGB (Red+Green+Blue) = 216+42+205=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D82ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ACD is #27D532. Grayscale: #707070. Windows color (decimal): -2610483 or 13445848. OLE color: 13445848.
HSL color Cylindrical-coordinate representation of color #D82ACD: hue angle of 303.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82ACD is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 205 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.15 |
| HSL | 303.79º | 0.69% | 0.51% | - |
| HSV(B) | 303.79º | 0.81% | 0.85% | - |
| XYZ | 40.17 | 20.66 | 59.63 | - |
| YUV | 112.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 205 | 0 | 0.81 | 0.05 | 0.15 | 303.79 | 0.69 | 0.51 |
| Hex | D8 | 2A | CD | 0 | 51 | 5 | F | 130 | 45 | 33 |
| Octal | 330 | 52 | 315 | 0 | 121 | 5 | 17 | 460 | 105 | 63 |
| Binary | 11011000 | 101010 | 11001101 | 0 | 1010001 | 101 | 1111 | 100110000 | 1000101 | 110011 |
Color Harmonies of #D82ACD
Complementary color
Monochromatic Colors of #D82ACD
Black with #D82ACD
Text Example
Text Example
White with #D82ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82ACD; }
p { color: rgb(216,42,205); }
H1.HeaderClassName
{
color: #D82ACD;
}
.AnyTagClassName
{
color: #D82ACD;
}
</style>
background-color css
<style>
a { background-color: #D82ACD; }
a { background-color: rgb(216,42,205); }
div.DivClassName
{
background-color: #D82ACD;
}
.BgClassName
{
background-color: #D82ACD;
}
</style>
border-color css
<style>
span { border-color: #D82ACD; }
span { border-color: rgb(216,42,205); }
td.TdClassName
{
border-color: #D82ACD;
}
.TagClassName
{
border-color: #D82ACD;
}
</style>