Shades of Shocking #D683B8
Tints of Shocking #D683B8
RGB
CMYK
RGB Variations
Color information
#D683B8 (or 0xD683B8) is known color: Shocking. HEX triplet: D6, 83 and B8. RGB value is (214,131,184). Sum of RGB (Red+Green+Blue) = 214+131+184=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D683B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683B8 is #297C47. Grayscale: #A1A1A1. Windows color (decimal): -2718792 or 12092374. OLE color: 12092374.
HSL color Cylindrical-coordinate representation of color #D683B8: hue angle of 321.69º 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 #D683B8 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 184 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.16 |
| HSL | 321.69º | 0.5% | 0.68% | - |
| HSV(B) | 321.69º | 0.39% | 0.84% | - |
| XYZ | 44.5 | 33.99 | 49.56 | - |
| YUV | 161.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 184 | 0 | 0.39 | 0.14 | 0.16 | 321.69 | 0.5 | 0.68 |
| Hex | D6 | 83 | B8 | 0 | 27 | E | 10 | 142 | 32 | 44 |
| Octal | 326 | 203 | 270 | 0 | 47 | 16 | 20 | 502 | 62 | 104 |
| Binary | 11010110 | 10000011 | 10111000 | 0 | 100111 | 1110 | 10000 | 101000010 | 110010 | 1000100 |
Color Harmonies of #D683B8
Complementary color
Monochromatic Colors of #D683B8
Black with #D683B8
Text Example
Text Example
White with #D683B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683B8; }
p { color: rgb(214,131,184); }
H1.HeaderClassName
{
color: #D683B8;
}
.AnyTagClassName
{
color: #D683B8;
}
</style>
background-color css
<style>
a { background-color: #D683B8; }
a { background-color: rgb(214,131,184); }
div.DivClassName
{
background-color: #D683B8;
}
.BgClassName
{
background-color: #D683B8;
}
</style>
border-color css
<style>
span { border-color: #D683B8; }
span { border-color: rgb(214,131,184); }
td.TdClassName
{
border-color: #D683B8;
}
.TagClassName
{
border-color: #D683B8;
}
</style>