Shades of Razzle Dazzle Rose #D82ABB
Tints of Razzle Dazzle Rose #D82ABB
RGB
CMYK
RGB Variations
Color information
#D82ABB (or 0xD82ABB) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2A and BB. RGB value is (216,42,187). Sum of RGB (Red+Green+Blue) = 216+42+187=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D82ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ABB is #27D544. Grayscale: #6E6E6E. Windows color (decimal): -2610501 or 12266200. OLE color: 12266200.
HSL color Cylindrical-coordinate representation of color #D82ABB: hue angle of 310º 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 #D82ABB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 187 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.15 |
| HSL | 310º | 0.69% | 0.51% | - |
| HSV(B) | 310º | 0.81% | 0.85% | - |
| XYZ | 38.12 | 19.84 | 48.83 | - |
| YUV | 110.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 187 | 0 | 0.81 | 0.13 | 0.15 | 310 | 0.69 | 0.51 |
| Hex | D8 | 2A | BB | 0 | 51 | D | F | 136 | 45 | 33 |
| Octal | 330 | 52 | 273 | 0 | 121 | 15 | 17 | 466 | 105 | 63 |
| Binary | 11011000 | 101010 | 10111011 | 0 | 1010001 | 1101 | 1111 | 100110110 | 1000101 | 110011 |
Color Harmonies of #D82ABB
Complementary color
Monochromatic Colors of #D82ABB
Black with #D82ABB
Text Example
Text Example
White with #D82ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82ABB; }
p { color: rgb(216,42,187); }
H1.HeaderClassName
{
color: #D82ABB;
}
.AnyTagClassName
{
color: #D82ABB;
}
</style>
background-color css
<style>
a { background-color: #D82ABB; }
a { background-color: rgb(216,42,187); }
div.DivClassName
{
background-color: #D82ABB;
}
.BgClassName
{
background-color: #D82ABB;
}
</style>
border-color css
<style>
span { border-color: #D82ABB; }
span { border-color: rgb(216,42,187); }
td.TdClassName
{
border-color: #D82ABB;
}
.TagClassName
{
border-color: #D82ABB;
}
</style>