Shades of Shocking #D69BBA
Tints of Shocking #D69BBA
RGB
CMYK
RGB Variations
Color information
#D69BBA (or 0xD69BBA) is known color: Shocking. HEX triplet: D6, 9B and BA. RGB value is (214,155,186). Sum of RGB (Red+Green+Blue) = 214+155+186=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BBA is #296445. Grayscale: #B0B0B0. Windows color (decimal): -2712646 or 12229590. OLE color: 12229590.
HSL color Cylindrical-coordinate representation of color #D69BBA: hue angle of 328.47º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BBA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 186 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.16 |
| HSL | 328.47º | 0.42% | 0.72% | - |
| HSV(B) | 328.47º | 0.28% | 0.84% | - |
| XYZ | 48.32 | 41.28 | 51.88 | - |
| YUV | 176.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 186 | 0 | 0.28 | 0.13 | 0.16 | 328.47 | 0.42 | 0.72 |
| Hex | D6 | 9B | BA | 0 | 1C | D | 10 | 148 | 2A | 48 |
| Octal | 326 | 233 | 272 | 0 | 34 | 15 | 20 | 510 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10111010 | 0 | 11100 | 1101 | 10000 | 101001000 | 101010 | 1001000 |
Color Harmonies of #D69BBA
Complementary color
Monochromatic Colors of #D69BBA
Black with #D69BBA
Text Example
Text Example
White with #D69BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BBA; }
p { color: rgb(214,155,186); }
H1.HeaderClassName
{
color: #D69BBA;
}
.AnyTagClassName
{
color: #D69BBA;
}
</style>
background-color css
<style>
a { background-color: #D69BBA; }
a { background-color: rgb(214,155,186); }
div.DivClassName
{
background-color: #D69BBA;
}
.BgClassName
{
background-color: #D69BBA;
}
</style>
border-color css
<style>
span { border-color: #D69BBA; }
span { border-color: rgb(214,155,186); }
td.TdClassName
{
border-color: #D69BBA;
}
.TagClassName
{
border-color: #D69BBA;
}
</style>