Shades of Shocking #D685BA
Tints of Shocking #D685BA
RGB
CMYK
RGB Variations
Color information
#D685BA (or 0xD685BA) is known color: Shocking. HEX triplet: D6, 85 and BA. RGB value is (214,133,186). Sum of RGB (Red+Green+Blue) = 214+133+186=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D685BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685BA is #297A45. Grayscale: #A3A3A3. Windows color (decimal): -2718278 or 12223958. OLE color: 12223958.
HSL color Cylindrical-coordinate representation of color #D685BA: hue angle of 320.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685BA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 186 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.16 |
| HSL | 320.74º | 0.5% | 0.68% | - |
| HSV(B) | 320.74º | 0.38% | 0.84% | - |
| XYZ | 44.98 | 34.62 | 50.77 | - |
| YUV | 163.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 186 | 0 | 0.38 | 0.13 | 0.16 | 320.74 | 0.5 | 0.68 |
| Hex | D6 | 85 | BA | 0 | 26 | D | 10 | 141 | 32 | 44 |
| Octal | 326 | 205 | 272 | 0 | 46 | 15 | 20 | 501 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10111010 | 0 | 100110 | 1101 | 10000 | 101000001 | 110010 | 1000100 |
Color Harmonies of #D685BA
Complementary color
Monochromatic Colors of #D685BA
Black with #D685BA
Text Example
Text Example
White with #D685BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685BA; }
p { color: rgb(214,133,186); }
H1.HeaderClassName
{
color: #D685BA;
}
.AnyTagClassName
{
color: #D685BA;
}
</style>
background-color css
<style>
a { background-color: #D685BA; }
a { background-color: rgb(214,133,186); }
div.DivClassName
{
background-color: #D685BA;
}
.BgClassName
{
background-color: #D685BA;
}
</style>
border-color css
<style>
span { border-color: #D685BA; }
span { border-color: rgb(214,133,186); }
td.TdClassName
{
border-color: #D685BA;
}
.TagClassName
{
border-color: #D685BA;
}
</style>