#D984BA

Color #D984BA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D984BA

Tints of Shocking #D984BA

Color information

#D984BA (or 0xD984BA) is unknown color: approx Shocking. HEX triplet: D9, 84 and BA. RGB value is (217,132,186). Sum of RGB (Red+Green+Blue) = 217+132+186=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D984BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984BA is #267B45. Grayscale: #A3A3A3. Windows color (decimal): -2521926 or 12223705. OLE color: 12223705.

HSL color Cylindrical-coordinate representation of color #D984BA: hue angle of 321.88º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984BA is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217132186-
CMYK00.390.140.15
HSL321.88º52.8%68.43%-
HSV(B)321.88º39.17%85.1%-
XYZ45.7334.850.76-
YUV163.57140.66166.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=40.56%
G=24.67%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713218600.390.140.15321.8852.868.43
HexD984BA027EF1423544
Octal331204272047161750265104
Binary1101100110000100101110100100111111011111010000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984BA; }

 p { color: rgb(217,132,186); }

 H1.HeaderClassName
 {
   color: #D984BA;
 }
 .AnyTagClassName
 {
   color: #D984BA;
 }
</style>
background-color css

<style>
 a { background-color: #D984BA; }

 a { background-color: rgb(217,132,186); }

 div.DivClassName
 {
   background-color: #D984BA;
 }
 .BgClassName
 {
   background-color: #D984BA;
 }
</style>
border-color css

<style>
 span { border-color: #D984BA; }

 span { border-color: rgb(217,132,186); }

 td.TdClassName
 {
   border-color: #D984BA;
 }
 .TagClassName
 {
   border-color: #D984BA;
 }
</style>