Shades of Shocking #D69DBB
Tints of Shocking #D69DBB
RGB
CMYK
RGB Variations
Color information
#D69DBB (or 0xD69DBB) is known color: Shocking. HEX triplet: D6, 9D and BB. RGB value is (214,157,187). Sum of RGB (Red+Green+Blue) = 214+157+187=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DBB is #296244. Grayscale: #B1B1B1. Windows color (decimal): -2712133 or 12295638. OLE color: 12295638.
HSL color Cylindrical-coordinate representation of color #D69DBB: hue angle of 328.42º 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 #D69DBB is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 187 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.16 |
| HSL | 328.42º | 0.41% | 0.73% | - |
| HSV(B) | 328.42º | 0.27% | 0.84% | - |
| XYZ | 48.76 | 42 | 52.55 | - |
| YUV | 177.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 187 | 0 | 0.27 | 0.13 | 0.16 | 328.42 | 0.41 | 0.73 |
| Hex | D6 | 9D | BB | 0 | 1B | D | 10 | 148 | 29 | 49 |
| Octal | 326 | 235 | 273 | 0 | 33 | 15 | 20 | 510 | 51 | 111 |
| Binary | 11010110 | 10011101 | 10111011 | 0 | 11011 | 1101 | 10000 | 101001000 | 101001 | 1001001 |
Color Harmonies of #D69DBB
Complementary color
Monochromatic Colors of #D69DBB
Black with #D69DBB
Text Example
Text Example
White with #D69DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DBB; }
p { color: rgb(214,157,187); }
H1.HeaderClassName
{
color: #D69DBB;
}
.AnyTagClassName
{
color: #D69DBB;
}
</style>
background-color css
<style>
a { background-color: #D69DBB; }
a { background-color: rgb(214,157,187); }
div.DivClassName
{
background-color: #D69DBB;
}
.BgClassName
{
background-color: #D69DBB;
}
</style>
border-color css
<style>
span { border-color: #D69DBB; }
span { border-color: rgb(214,157,187); }
td.TdClassName
{
border-color: #D69DBB;
}
.TagClassName
{
border-color: #D69DBB;
}
</style>