Shades of Shocking #D995B6
Tints of Shocking #D995B6
RGB
CMYK
RGB Variations
Color information
#D995B6 (or 0xD995B6) is known color: Shocking. HEX triplet: D9, 95 and B6. RGB value is (217,149,182). Sum of RGB (Red+Green+Blue) = 217+149+182=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D995B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995B6 is #266A49. Grayscale: #ADADAD. Windows color (decimal): -2517578 or 11965913. OLE color: 11965913.
HSL color Cylindrical-coordinate representation of color #D995B6: hue angle of 330.88º 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 #D995B6 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 182 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.15 |
| HSL | 330.88º | 0.47% | 0.72% | - |
| HSV(B) | 330.88º | 0.31% | 0.85% | - |
| XYZ | 47.81 | 39.62 | 49.38 | - |
| YUV | 173.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 182 | 0 | 0.31 | 0.16 | 0.15 | 330.88 | 0.47 | 0.72 |
| Hex | D9 | 95 | B6 | 0 | 1F | 10 | F | 14B | 2F | 48 |
| Octal | 331 | 225 | 266 | 0 | 37 | 20 | 17 | 513 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10110110 | 0 | 11111 | 10000 | 1111 | 101001011 | 101111 | 1001000 |
Color Harmonies of #D995B6
Complementary color
Monochromatic Colors of #D995B6
Black with #D995B6
Text Example
Text Example
White with #D995B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995B6; }
p { color: rgb(217,149,182); }
H1.HeaderClassName
{
color: #D995B6;
}
.AnyTagClassName
{
color: #D995B6;
}
</style>
background-color css
<style>
a { background-color: #D995B6; }
a { background-color: rgb(217,149,182); }
div.DivClassName
{
background-color: #D995B6;
}
.BgClassName
{
background-color: #D995B6;
}
</style>
border-color css
<style>
span { border-color: #D995B6; }
span { border-color: rgb(217,149,182); }
td.TdClassName
{
border-color: #D995B6;
}
.TagClassName
{
border-color: #D995B6;
}
</style>