Shades of Shocking #D683B7
Tints of Shocking #D683B7
RGB
CMYK
RGB Variations
Color information
#D683B7 (or 0xD683B7) is known color: Shocking. HEX triplet: D6, 83 and B7. RGB value is (214,131,183). Sum of RGB (Red+Green+Blue) = 214+131+183=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D683B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683B7 is #297C48. Grayscale: #A1A1A1. Windows color (decimal): -2718793 or 12026838. OLE color: 12026838.
HSL color Cylindrical-coordinate representation of color #D683B7: hue angle of 322.41º 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 #D683B7 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 183 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.16 |
| HSL | 322.41º | 0.5% | 0.68% | - |
| HSV(B) | 322.41º | 0.39% | 0.84% | - |
| XYZ | 44.4 | 33.95 | 49.01 | - |
| YUV | 161.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 183 | 0 | 0.39 | 0.14 | 0.16 | 322.41 | 0.5 | 0.68 |
| Hex | D6 | 83 | B7 | 0 | 27 | E | 10 | 142 | 32 | 44 |
| Octal | 326 | 203 | 267 | 0 | 47 | 16 | 20 | 502 | 62 | 104 |
| Binary | 11010110 | 10000011 | 10110111 | 0 | 100111 | 1110 | 10000 | 101000010 | 110010 | 1000100 |
Color Harmonies of #D683B7
Complementary color
Monochromatic Colors of #D683B7
Black with #D683B7
Text Example
Text Example
White with #D683B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683B7; }
p { color: rgb(214,131,183); }
H1.HeaderClassName
{
color: #D683B7;
}
.AnyTagClassName
{
color: #D683B7;
}
</style>
background-color css
<style>
a { background-color: #D683B7; }
a { background-color: rgb(214,131,183); }
div.DivClassName
{
background-color: #D683B7;
}
.BgClassName
{
background-color: #D683B7;
}
</style>
border-color css
<style>
span { border-color: #D683B7; }
span { border-color: rgb(214,131,183); }
td.TdClassName
{
border-color: #D683B7;
}
.TagClassName
{
border-color: #D683B7;
}
</style>