Shades of Shocking #D995BA
Tints of Shocking #D995BA
RGB
CMYK
RGB Variations
Color information
#D995BA (or 0xD995BA) is known color: Shocking. HEX triplet: D9, 95 and BA. RGB value is (217,149,186). Sum of RGB (Red+Green+Blue) = 217+149+186=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D995BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995BA is #266A45. Grayscale: #ADADAD. Windows color (decimal): -2517574 or 12228057. OLE color: 12228057.
HSL color Cylindrical-coordinate representation of color #D995BA: hue angle of 327.35º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995BA is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 186 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.15 |
| HSL | 327.35º | 0.47% | 0.72% | - |
| HSV(B) | 327.35º | 0.31% | 0.85% | - |
| XYZ | 48.23 | 39.79 | 51.59 | - |
| YUV | 173.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 186 | 0 | 0.31 | 0.14 | 0.15 | 327.35 | 0.47 | 0.72 |
| Hex | D9 | 95 | BA | 0 | 1F | E | F | 147 | 2F | 48 |
| Octal | 331 | 225 | 272 | 0 | 37 | 16 | 17 | 507 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10111010 | 0 | 11111 | 1110 | 1111 | 101000111 | 101111 | 1001000 |
Color Harmonies of #D995BA
Complementary color
Monochromatic Colors of #D995BA
Black with #D995BA
Text Example
Text Example
White with #D995BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995BA; }
p { color: rgb(217,149,186); }
H1.HeaderClassName
{
color: #D995BA;
}
.AnyTagClassName
{
color: #D995BA;
}
</style>
background-color css
<style>
a { background-color: #D995BA; }
a { background-color: rgb(217,149,186); }
div.DivClassName
{
background-color: #D995BA;
}
.BgClassName
{
background-color: #D995BA;
}
</style>
border-color css
<style>
span { border-color: #D995BA; }
span { border-color: rgb(217,149,186); }
td.TdClassName
{
border-color: #D995BA;
}
.TagClassName
{
border-color: #D995BA;
}
</style>