Shades of Shocking #D699BA
Tints of Shocking #D699BA
RGB
CMYK
RGB Variations
Color information
#D699BA (or 0xD699BA) is known color: Shocking. HEX triplet: D6, 99 and BA. RGB value is (214,153,186). Sum of RGB (Red+Green+Blue) = 214+153+186=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D699BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699BA is #296645. Grayscale: #AEAEAE. Windows color (decimal): -2713158 or 12229078. OLE color: 12229078.
HSL color Cylindrical-coordinate representation of color #D699BA: hue angle of 327.54º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699BA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 186 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.16 |
| HSL | 327.54º | 0.43% | 0.72% | - |
| HSV(B) | 327.54º | 0.29% | 0.84% | - |
| XYZ | 47.99 | 40.62 | 51.77 | - |
| YUV | 175 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 186 | 0 | 0.29 | 0.13 | 0.16 | 327.54 | 0.43 | 0.72 |
| Hex | D6 | 99 | BA | 0 | 1D | D | 10 | 148 | 2B | 48 |
| Octal | 326 | 231 | 272 | 0 | 35 | 15 | 20 | 510 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10111010 | 0 | 11101 | 1101 | 10000 | 101001000 | 101011 | 1001000 |
Color Harmonies of #D699BA
Complementary color
Monochromatic Colors of #D699BA
Black with #D699BA
Text Example
Text Example
White with #D699BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699BA; }
p { color: rgb(214,153,186); }
H1.HeaderClassName
{
color: #D699BA;
}
.AnyTagClassName
{
color: #D699BA;
}
</style>
background-color css
<style>
a { background-color: #D699BA; }
a { background-color: rgb(214,153,186); }
div.DivClassName
{
background-color: #D699BA;
}
.BgClassName
{
background-color: #D699BA;
}
</style>
border-color css
<style>
span { border-color: #D699BA; }
span { border-color: rgb(214,153,186); }
td.TdClassName
{
border-color: #D699BA;
}
.TagClassName
{
border-color: #D699BA;
}
</style>