Shades of Shocking #D69DBA
Tints of Shocking #D69DBA
RGB
CMYK
RGB Variations
Color information
#D69DBA (or 0xD69DBA) is known color: Shocking. HEX triplet: D6, 9D and BA. RGB value is (214,157,186). Sum of RGB (Red+Green+Blue) = 214+157+186=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DBA is #296245. Grayscale: #B1B1B1. Windows color (decimal): -2712134 or 12230102. OLE color: 12230102.
HSL color Cylindrical-coordinate representation of color #D69DBA: hue angle of 329.47º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DBA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 186 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.16 |
| HSL | 329.47º | 0.41% | 0.73% | - |
| HSV(B) | 329.47º | 0.27% | 0.84% | - |
| XYZ | 48.65 | 41.96 | 51.99 | - |
| YUV | 177.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 186 | 0 | 0.27 | 0.13 | 0.16 | 329.47 | 0.41 | 0.73 |
| Hex | D6 | 9D | BA | 0 | 1B | D | 10 | 149 | 29 | 49 |
| Octal | 326 | 235 | 272 | 0 | 33 | 15 | 20 | 511 | 51 | 111 |
| Binary | 11010110 | 10011101 | 10111010 | 0 | 11011 | 1101 | 10000 | 101001001 | 101001 | 1001001 |
Color Harmonies of #D69DBA
Complementary color
Monochromatic Colors of #D69DBA
Black with #D69DBA
Text Example
Text Example
White with #D69DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DBA; }
p { color: rgb(214,157,186); }
H1.HeaderClassName
{
color: #D69DBA;
}
.AnyTagClassName
{
color: #D69DBA;
}
</style>
background-color css
<style>
a { background-color: #D69DBA; }
a { background-color: rgb(214,157,186); }
div.DivClassName
{
background-color: #D69DBA;
}
.BgClassName
{
background-color: #D69DBA;
}
</style>
border-color css
<style>
span { border-color: #D69DBA; }
span { border-color: rgb(214,157,186); }
td.TdClassName
{
border-color: #D69DBA;
}
.TagClassName
{
border-color: #D69DBA;
}
</style>