Shades of Shocking #D690BF
Tints of Shocking #D690BF
RGB
CMYK
RGB Variations
Color information
#D690BF (or 0xD690BF) is known color: Shocking. HEX triplet: D6, 90 and BF. RGB value is (214,144,191). Sum of RGB (Red+Green+Blue) = 214+144+191=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D690BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690BF is #296F40. Grayscale: #AAAAAA. Windows color (decimal): -2715457 or 12554454. OLE color: 12554454.
HSL color Cylindrical-coordinate representation of color #D690BF: hue angle of 319.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690BF is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 191 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.16 |
| HSL | 319.71º | 0.46% | 0.7% | - |
| HSV(B) | 319.71º | 0.33% | 0.84% | - |
| XYZ | 47.11 | 38 | 54.14 | - |
| YUV | 170.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 191 | 0 | 0.33 | 0.11 | 0.16 | 319.71 | 0.46 | 0.7 |
| Hex | D6 | 90 | BF | 0 | 21 | B | 10 | 140 | 2E | 46 |
| Octal | 326 | 220 | 277 | 0 | 41 | 13 | 20 | 500 | 56 | 106 |
| Binary | 11010110 | 10010000 | 10111111 | 0 | 100001 | 1011 | 10000 | 101000000 | 101110 | 1000110 |
Color Harmonies of #D690BF
Complementary color
Monochromatic Colors of #D690BF
Black with #D690BF
Text Example
Text Example
White with #D690BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690BF; }
p { color: rgb(214,144,191); }
H1.HeaderClassName
{
color: #D690BF;
}
.AnyTagClassName
{
color: #D690BF;
}
</style>
background-color css
<style>
a { background-color: #D690BF; }
a { background-color: rgb(214,144,191); }
div.DivClassName
{
background-color: #D690BF;
}
.BgClassName
{
background-color: #D690BF;
}
</style>
border-color css
<style>
span { border-color: #D690BF; }
span { border-color: rgb(214,144,191); }
td.TdClassName
{
border-color: #D690BF;
}
.TagClassName
{
border-color: #D690BF;
}
</style>