Shades of Razzle Dazzle Rose #D82DCD
Tints of Razzle Dazzle Rose #D82DCD
RGB
CMYK
RGB Variations
Color information
#D82DCD (or 0xD82DCD) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2D and CD. RGB value is (216,45,205). Sum of RGB (Red+Green+Blue) = 216+45+205=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82DCD is #27D232. Grayscale: #717171. Windows color (decimal): -2609715 or 13446616. OLE color: 13446616.
HSL color Cylindrical-coordinate representation of color #D82DCD: hue angle of 303.86º 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 #D82DCD is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 205 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.15 |
| HSL | 303.86º | 0.69% | 0.51% | - |
| HSV(B) | 303.86º | 0.79% | 0.85% | - |
| XYZ | 40.28 | 20.88 | 59.67 | - |
| YUV | 114.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 205 | 0 | 0.79 | 0.05 | 0.15 | 303.86 | 0.69 | 0.51 |
| Hex | D8 | 2D | CD | 0 | 4F | 5 | F | 130 | 45 | 33 |
| Octal | 330 | 55 | 315 | 0 | 117 | 5 | 17 | 460 | 105 | 63 |
| Binary | 11011000 | 101101 | 11001101 | 0 | 1001111 | 101 | 1111 | 100110000 | 1000101 | 110011 |
Color Harmonies of #D82DCD
Complementary color
Monochromatic Colors of #D82DCD
Black with #D82DCD
Text Example
Text Example
White with #D82DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82DCD; }
p { color: rgb(216,45,205); }
H1.HeaderClassName
{
color: #D82DCD;
}
.AnyTagClassName
{
color: #D82DCD;
}
</style>
background-color css
<style>
a { background-color: #D82DCD; }
a { background-color: rgb(216,45,205); }
div.DivClassName
{
background-color: #D82DCD;
}
.BgClassName
{
background-color: #D82DCD;
}
</style>
border-color css
<style>
span { border-color: #D82DCD; }
span { border-color: rgb(216,45,205); }
td.TdClassName
{
border-color: #D82DCD;
}
.TagClassName
{
border-color: #D82DCD;
}
</style>