Shades of Shocking #D685BE
Tints of Shocking #D685BE
RGB
CMYK
RGB Variations
Color information
#D685BE (or 0xD685BE) is known color: Shocking. HEX triplet: D6, 85 and BE. RGB value is (214,133,190). Sum of RGB (Red+Green+Blue) = 214+133+190=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D685BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685BE is #297A41. Grayscale: #A3A3A3. Windows color (decimal): -2718274 or 12486102. OLE color: 12486102.
HSL color Cylindrical-coordinate representation of color #D685BE: hue angle of 317.78º 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 #D685BE is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 190 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.16 |
| HSL | 317.78º | 0.5% | 0.68% | - |
| HSV(B) | 317.78º | 0.38% | 0.84% | - |
| XYZ | 45.41 | 34.79 | 53.04 | - |
| YUV | 163.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 190 | 0 | 0.38 | 0.11 | 0.16 | 317.78 | 0.5 | 0.68 |
| Hex | D6 | 85 | BE | 0 | 26 | B | 10 | 13E | 32 | 44 |
| Octal | 326 | 205 | 276 | 0 | 46 | 13 | 20 | 476 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10111110 | 0 | 100110 | 1011 | 10000 | 100111110 | 110010 | 1000100 |
Color Harmonies of #D685BE
Complementary color
Monochromatic Colors of #D685BE
Black with #D685BE
Text Example
Text Example
White with #D685BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685BE; }
p { color: rgb(214,133,190); }
H1.HeaderClassName
{
color: #D685BE;
}
.AnyTagClassName
{
color: #D685BE;
}
</style>
background-color css
<style>
a { background-color: #D685BE; }
a { background-color: rgb(214,133,190); }
div.DivClassName
{
background-color: #D685BE;
}
.BgClassName
{
background-color: #D685BE;
}
</style>
border-color css
<style>
span { border-color: #D685BE; }
span { border-color: rgb(214,133,190); }
td.TdClassName
{
border-color: #D685BE;
}
.TagClassName
{
border-color: #D685BE;
}
</style>