Shades of Shocking #D689BE
Tints of Shocking #D689BE
RGB
CMYK
RGB Variations
Color information
#D689BE (or 0xD689BE) is known color: Shocking. HEX triplet: D6, 89 and BE. RGB value is (214,137,190). Sum of RGB (Red+Green+Blue) = 214+137+190=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BE is #297641. Grayscale: #A5A5A5. Windows color (decimal): -2717250 or 12487126. OLE color: 12487126.
HSL color Cylindrical-coordinate representation of color #D689BE: hue angle of 318.7º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689BE is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 190 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.16 |
| HSL | 318.7º | 0.48% | 0.69% | - |
| HSV(B) | 318.7º | 0.36% | 0.84% | - |
| XYZ | 45.97 | 35.91 | 53.22 | - |
| YUV | 166.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 190 | 0 | 0.36 | 0.11 | 0.16 | 318.7 | 0.48 | 0.69 |
| Hex | D6 | 89 | BE | 0 | 24 | B | 10 | 13F | 30 | 45 |
| Octal | 326 | 211 | 276 | 0 | 44 | 13 | 20 | 477 | 60 | 105 |
| Binary | 11010110 | 10001001 | 10111110 | 0 | 100100 | 1011 | 10000 | 100111111 | 110000 | 1000101 |
Color Harmonies of #D689BE
Complementary color
Monochromatic Colors of #D689BE
Black with #D689BE
Text Example
Text Example
White with #D689BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689BE; }
p { color: rgb(214,137,190); }
H1.HeaderClassName
{
color: #D689BE;
}
.AnyTagClassName
{
color: #D689BE;
}
</style>
background-color css
<style>
a { background-color: #D689BE; }
a { background-color: rgb(214,137,190); }
div.DivClassName
{
background-color: #D689BE;
}
.BgClassName
{
background-color: #D689BE;
}
</style>
border-color css
<style>
span { border-color: #D689BE; }
span { border-color: rgb(214,137,190); }
td.TdClassName
{
border-color: #D689BE;
}
.TagClassName
{
border-color: #D689BE;
}
</style>