Shades of Shocking #D88AB6
Tints of Shocking #D88AB6
RGB
CMYK
RGB Variations
Color information
#D88AB6 (or 0xD88AB6) is known color: Shocking. HEX triplet: D8, 8A and B6. RGB value is (216,138,182). Sum of RGB (Red+Green+Blue) = 216+138+182=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AB6 is #277549. Grayscale: #A6A6A6. Windows color (decimal): -2585930 or 11963096. OLE color: 11963096.
HSL color Cylindrical-coordinate representation of color #D88AB6: hue angle of 326.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AB6 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 182 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.15 |
| HSL | 326.15º | 0.5% | 0.69% | - |
| HSV(B) | 326.15º | 0.36% | 0.85% | - |
| XYZ | 45.85 | 36.15 | 48.82 | - |
| YUV | 166.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 182 | 0 | 0.36 | 0.16 | 0.15 | 326.15 | 0.5 | 0.69 |
| Hex | D8 | 8A | B6 | 0 | 24 | 10 | F | 146 | 32 | 45 |
| Octal | 330 | 212 | 266 | 0 | 44 | 20 | 17 | 506 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10110110 | 0 | 100100 | 10000 | 1111 | 101000110 | 110010 | 1000101 |
Color Harmonies of #D88AB6
Complementary color
Monochromatic Colors of #D88AB6
Black with #D88AB6
Text Example
Text Example
White with #D88AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AB6; }
p { color: rgb(216,138,182); }
H1.HeaderClassName
{
color: #D88AB6;
}
.AnyTagClassName
{
color: #D88AB6;
}
</style>
background-color css
<style>
a { background-color: #D88AB6; }
a { background-color: rgb(216,138,182); }
div.DivClassName
{
background-color: #D88AB6;
}
.BgClassName
{
background-color: #D88AB6;
}
</style>
border-color css
<style>
span { border-color: #D88AB6; }
span { border-color: rgb(216,138,182); }
td.TdClassName
{
border-color: #D88AB6;
}
.TagClassName
{
border-color: #D88AB6;
}
</style>