Shades of Razzle Dazzle Rose #D82CCD
Tints of Razzle Dazzle Rose #D82CCD
RGB
CMYK
RGB Variations
Color information
#D82CCD (or 0xD82CCD) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2C and CD. RGB value is (216,44,205). Sum of RGB (Red+Green+Blue) = 216+44+205=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82CCD is #27D332. Grayscale: #717171. Windows color (decimal): -2609971 or 13446360. OLE color: 13446360.
HSL color Cylindrical-coordinate representation of color #D82CCD: hue angle of 303.84º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82CCD is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 205 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.15 |
| HSL | 303.84º | 0.69% | 0.51% | - |
| HSV(B) | 303.84º | 0.8% | 0.85% | - |
| XYZ | 40.24 | 20.81 | 59.65 | - |
| YUV | 113.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 205 | 0 | 0.80 | 0.05 | 0.15 | 303.84 | 0.69 | 0.51 |
| Hex | D8 | 2C | CD | 0 | 50 | 5 | F | 130 | 45 | 33 |
| Octal | 330 | 54 | 315 | 0 | 120 | 5 | 17 | 460 | 105 | 63 |
| Binary | 11011000 | 101100 | 11001101 | 0 | 1010000 | 101 | 1111 | 100110000 | 1000101 | 110011 |
Color Harmonies of #D82CCD
Complementary color
Monochromatic Colors of #D82CCD
Black with #D82CCD
Text Example
Text Example
White with #D82CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82CCD; }
p { color: rgb(216,44,205); }
H1.HeaderClassName
{
color: #D82CCD;
}
.AnyTagClassName
{
color: #D82CCD;
}
</style>
background-color css
<style>
a { background-color: #D82CCD; }
a { background-color: rgb(216,44,205); }
div.DivClassName
{
background-color: #D82CCD;
}
.BgClassName
{
background-color: #D82CCD;
}
</style>
border-color css
<style>
span { border-color: #D82CCD; }
span { border-color: rgb(216,44,205); }
td.TdClassName
{
border-color: #D82CCD;
}
.TagClassName
{
border-color: #D82CCD;
}
</style>