Shades of Shocking #D690B7
Tints of Shocking #D690B7
RGB
CMYK
RGB Variations
Color information
#D690B7 (or 0xD690B7) is known color: Shocking. HEX triplet: D6, 90 and B7. RGB value is (214,144,183). Sum of RGB (Red+Green+Blue) = 214+144+183=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D690B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690B7 is #296F48. Grayscale: #A9A9A9. Windows color (decimal): -2715465 or 12030166. OLE color: 12030166.
HSL color Cylindrical-coordinate representation of color #D690B7: hue angle of 326.57º 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 #D690B7 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 183 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.16 |
| HSL | 326.57º | 0.46% | 0.7% | - |
| HSV(B) | 326.57º | 0.33% | 0.84% | - |
| XYZ | 46.25 | 37.66 | 49.63 | - |
| YUV | 169.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 183 | 0 | 0.33 | 0.14 | 0.16 | 326.57 | 0.46 | 0.7 |
| Hex | D6 | 90 | B7 | 0 | 21 | E | 10 | 147 | 2E | 46 |
| Octal | 326 | 220 | 267 | 0 | 41 | 16 | 20 | 507 | 56 | 106 |
| Binary | 11010110 | 10010000 | 10110111 | 0 | 100001 | 1110 | 10000 | 101000111 | 101110 | 1000110 |
Color Harmonies of #D690B7
Complementary color
Monochromatic Colors of #D690B7
Black with #D690B7
Text Example
Text Example
White with #D690B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690B7; }
p { color: rgb(214,144,183); }
H1.HeaderClassName
{
color: #D690B7;
}
.AnyTagClassName
{
color: #D690B7;
}
</style>
background-color css
<style>
a { background-color: #D690B7; }
a { background-color: rgb(214,144,183); }
div.DivClassName
{
background-color: #D690B7;
}
.BgClassName
{
background-color: #D690B7;
}
</style>
border-color css
<style>
span { border-color: #D690B7; }
span { border-color: rgb(214,144,183); }
td.TdClassName
{
border-color: #D690B7;
}
.TagClassName
{
border-color: #D690B7;
}
</style>