Shades of Shocking #D683B9
Tints of Shocking #D683B9
RGB
CMYK
RGB Variations
Color information
#D683B9 (or 0xD683B9) is known color: Shocking. HEX triplet: D6, 83 and B9. RGB value is (214,131,185). Sum of RGB (Red+Green+Blue) = 214+131+185=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D683B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683B9 is #297C46. Grayscale: #A1A1A1. Windows color (decimal): -2718791 or 12157910. OLE color: 12157910.
HSL color Cylindrical-coordinate representation of color #D683B9: hue angle of 320.96º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683B9 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 185 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.16 |
| HSL | 320.96º | 0.5% | 0.68% | - |
| HSV(B) | 320.96º | 0.39% | 0.84% | - |
| XYZ | 44.6 | 34.03 | 50.12 | - |
| YUV | 161.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 185 | 0 | 0.39 | 0.14 | 0.16 | 320.96 | 0.5 | 0.68 |
| Hex | D6 | 83 | B9 | 0 | 27 | E | 10 | 141 | 32 | 44 |
| Octal | 326 | 203 | 271 | 0 | 47 | 16 | 20 | 501 | 62 | 104 |
| Binary | 11010110 | 10000011 | 10111001 | 0 | 100111 | 1110 | 10000 | 101000001 | 110010 | 1000100 |
Color Harmonies of #D683B9
Complementary color
Monochromatic Colors of #D683B9
Black with #D683B9
Text Example
Text Example
White with #D683B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683B9; }
p { color: rgb(214,131,185); }
H1.HeaderClassName
{
color: #D683B9;
}
.AnyTagClassName
{
color: #D683B9;
}
</style>
background-color css
<style>
a { background-color: #D683B9; }
a { background-color: rgb(214,131,185); }
div.DivClassName
{
background-color: #D683B9;
}
.BgClassName
{
background-color: #D683B9;
}
</style>
border-color css
<style>
span { border-color: #D683B9; }
span { border-color: rgb(214,131,185); }
td.TdClassName
{
border-color: #D683B9;
}
.TagClassName
{
border-color: #D683B9;
}
</style>