Shades of Shocking #D59FBA
Tints of Shocking #D59FBA
RGB
CMYK
RGB Variations
Color information
#D59FBA (or 0xD59FBA) is known color: Shocking. HEX triplet: D5, 9F and BA. RGB value is (213,159,186). Sum of RGB (Red+Green+Blue) = 213+159+186=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FBA is #2A6045. Grayscale: #B2B2B2. Windows color (decimal): -2777158 or 12230613. OLE color: 12230613.
HSL color Cylindrical-coordinate representation of color #D59FBA: hue angle of 330º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FBA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 186 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.16 |
| HSL | 330º | 0.39% | 0.73% | - |
| HSV(B) | 330º | 0.25% | 0.84% | - |
| XYZ | 48.7 | 42.49 | 52.09 | - |
| YUV | 178.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 186 | 0 | 0.25 | 0.13 | 0.16 | 330 | 0.39 | 0.73 |
| Hex | D5 | 9F | BA | 0 | 19 | D | 10 | 14A | 27 | 49 |
| Octal | 325 | 237 | 272 | 0 | 31 | 15 | 20 | 512 | 47 | 111 |
| Binary | 11010101 | 10011111 | 10111010 | 0 | 11001 | 1101 | 10000 | 101001010 | 100111 | 1001001 |
Color Harmonies of #D59FBA
Complementary color
Monochromatic Colors of #D59FBA
Black with #D59FBA
Text Example
Text Example
White with #D59FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FBA; }
p { color: rgb(213,159,186); }
H1.HeaderClassName
{
color: #D59FBA;
}
.AnyTagClassName
{
color: #D59FBA;
}
</style>
background-color css
<style>
a { background-color: #D59FBA; }
a { background-color: rgb(213,159,186); }
div.DivClassName
{
background-color: #D59FBA;
}
.BgClassName
{
background-color: #D59FBA;
}
</style>
border-color css
<style>
span { border-color: #D59FBA; }
span { border-color: rgb(213,159,186); }
td.TdClassName
{
border-color: #D59FBA;
}
.TagClassName
{
border-color: #D59FBA;
}
</style>