Shades of Shocking #D685BB
Tints of Shocking #D685BB
RGB
CMYK
RGB Variations
Color information
#D685BB (or 0xD685BB) is known color: Shocking. HEX triplet: D6, 85 and BB. RGB value is (214,133,187). Sum of RGB (Red+Green+Blue) = 214+133+187=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D685BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685BB is #297A44. Grayscale: #A3A3A3. Windows color (decimal): -2718277 or 12289494. OLE color: 12289494.
HSL color Cylindrical-coordinate representation of color #D685BB: hue angle of 320º 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 #D685BB is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 187 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.16 |
| HSL | 320º | 0.5% | 0.68% | - |
| HSV(B) | 320º | 0.38% | 0.84% | - |
| XYZ | 45.09 | 34.66 | 51.33 | - |
| YUV | 163.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 187 | 0 | 0.38 | 0.13 | 0.16 | 320 | 0.5 | 0.68 |
| Hex | D6 | 85 | BB | 0 | 26 | D | 10 | 140 | 32 | 44 |
| Octal | 326 | 205 | 273 | 0 | 46 | 15 | 20 | 500 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10111011 | 0 | 100110 | 1101 | 10000 | 101000000 | 110010 | 1000100 |
Color Harmonies of #D685BB
Complementary color
Monochromatic Colors of #D685BB
Black with #D685BB
Text Example
Text Example
White with #D685BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685BB; }
p { color: rgb(214,133,187); }
H1.HeaderClassName
{
color: #D685BB;
}
.AnyTagClassName
{
color: #D685BB;
}
</style>
background-color css
<style>
a { background-color: #D685BB; }
a { background-color: rgb(214,133,187); }
div.DivClassName
{
background-color: #D685BB;
}
.BgClassName
{
background-color: #D685BB;
}
</style>
border-color css
<style>
span { border-color: #D685BB; }
span { border-color: rgb(214,133,187); }
td.TdClassName
{
border-color: #D685BB;
}
.TagClassName
{
border-color: #D685BB;
}
</style>