Shades of Razzle Dazzle Rose #D82ABC
Tints of Razzle Dazzle Rose #D82ABC
RGB
CMYK
RGB Variations
Color information
#D82ABC (or 0xD82ABC) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2A and BC. RGB value is (216,42,188). Sum of RGB (Red+Green+Blue) = 216+42+188=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D82ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ABC is #27D543. Grayscale: #6E6E6E. Windows color (decimal): -2610500 or 12331736. OLE color: 12331736.
HSL color Cylindrical-coordinate representation of color #D82ABC: hue angle of 309.66º 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 #D82ABC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 188 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.15 |
| HSL | 309.66º | 0.69% | 0.51% | - |
| HSV(B) | 309.66º | 0.81% | 0.85% | - |
| XYZ | 38.22 | 19.89 | 49.4 | - |
| YUV | 110.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 188 | 0 | 0.81 | 0.13 | 0.15 | 309.66 | 0.69 | 0.51 |
| Hex | D8 | 2A | BC | 0 | 51 | D | F | 136 | 45 | 33 |
| Octal | 330 | 52 | 274 | 0 | 121 | 15 | 17 | 466 | 105 | 63 |
| Binary | 11011000 | 101010 | 10111100 | 0 | 1010001 | 1101 | 1111 | 100110110 | 1000101 | 110011 |
Color Harmonies of #D82ABC
Complementary color
Monochromatic Colors of #D82ABC
Black with #D82ABC
Text Example
Text Example
White with #D82ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82ABC; }
p { color: rgb(216,42,188); }
H1.HeaderClassName
{
color: #D82ABC;
}
.AnyTagClassName
{
color: #D82ABC;
}
</style>
background-color css
<style>
a { background-color: #D82ABC; }
a { background-color: rgb(216,42,188); }
div.DivClassName
{
background-color: #D82ABC;
}
.BgClassName
{
background-color: #D82ABC;
}
</style>
border-color css
<style>
span { border-color: #D82ABC; }
span { border-color: rgb(216,42,188); }
td.TdClassName
{
border-color: #D82ABC;
}
.TagClassName
{
border-color: #D82ABC;
}
</style>