Shades of Shocking #D691B5
Tints of Shocking #D691B5
RGB
CMYK
RGB Variations
Color information
#D691B5 (or 0xD691B5) is known color: Shocking. HEX triplet: D6, 91 and B5. RGB value is (214,145,181). Sum of RGB (Red+Green+Blue) = 214+145+181=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691B5 is #296E4A. Grayscale: #A9A9A9. Windows color (decimal): -2715211 or 11899350. OLE color: 11899350.
HSL color Cylindrical-coordinate representation of color #D691B5: hue angle of 328.7º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691B5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 181 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.16 |
| HSL | 328.7º | 0.46% | 0.7% | - |
| HSV(B) | 328.7º | 0.32% | 0.84% | - |
| XYZ | 46.2 | 37.88 | 48.59 | - |
| YUV | 169.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 181 | 0 | 0.32 | 0.15 | 0.16 | 328.7 | 0.46 | 0.7 |
| Hex | D6 | 91 | B5 | 0 | 20 | F | 10 | 149 | 2E | 46 |
| Octal | 326 | 221 | 265 | 0 | 40 | 17 | 20 | 511 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10110101 | 0 | 100000 | 1111 | 10000 | 101001001 | 101110 | 1000110 |
Color Harmonies of #D691B5
Complementary color
Monochromatic Colors of #D691B5
Black with #D691B5
Text Example
Text Example
White with #D691B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691B5; }
p { color: rgb(214,145,181); }
H1.HeaderClassName
{
color: #D691B5;
}
.AnyTagClassName
{
color: #D691B5;
}
</style>
background-color css
<style>
a { background-color: #D691B5; }
a { background-color: rgb(214,145,181); }
div.DivClassName
{
background-color: #D691B5;
}
.BgClassName
{
background-color: #D691B5;
}
</style>
border-color css
<style>
span { border-color: #D691B5; }
span { border-color: rgb(214,145,181); }
td.TdClassName
{
border-color: #D691B5;
}
.TagClassName
{
border-color: #D691B5;
}
</style>