Shades of Shocking #D693BA
Tints of Shocking #D693BA
RGB
CMYK
RGB Variations
Color information
#D693BA (or 0xD693BA) is known color: Shocking. HEX triplet: D6, 93 and BA. RGB value is (214,147,186). Sum of RGB (Red+Green+Blue) = 214+147+186=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D693BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693BA is #296C45. Grayscale: #ABABAB. Windows color (decimal): -2714694 or 12227542. OLE color: 12227542.
HSL color Cylindrical-coordinate representation of color #D693BA: hue angle of 325.07º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693BA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 186 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.16 |
| HSL | 325.07º | 0.45% | 0.71% | - |
| HSV(B) | 325.07º | 0.31% | 0.84% | - |
| XYZ | 47.03 | 38.71 | 51.45 | - |
| YUV | 171.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 186 | 0 | 0.31 | 0.13 | 0.16 | 325.07 | 0.45 | 0.71 |
| Hex | D6 | 93 | BA | 0 | 1F | D | 10 | 145 | 2D | 47 |
| Octal | 326 | 223 | 272 | 0 | 37 | 15 | 20 | 505 | 55 | 107 |
| Binary | 11010110 | 10010011 | 10111010 | 0 | 11111 | 1101 | 10000 | 101000101 | 101101 | 1000111 |
Color Harmonies of #D693BA
Complementary color
Monochromatic Colors of #D693BA
Black with #D693BA
Text Example
Text Example
White with #D693BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D693BA; }
p { color: rgb(214,147,186); }
H1.HeaderClassName
{
color: #D693BA;
}
.AnyTagClassName
{
color: #D693BA;
}
</style>
background-color css
<style>
a { background-color: #D693BA; }
a { background-color: rgb(214,147,186); }
div.DivClassName
{
background-color: #D693BA;
}
.BgClassName
{
background-color: #D693BA;
}
</style>
border-color css
<style>
span { border-color: #D693BA; }
span { border-color: rgb(214,147,186); }
td.TdClassName
{
border-color: #D693BA;
}
.TagClassName
{
border-color: #D693BA;
}
</style>