#D982BA

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

Shades of Shocking #D982BA

Tints of Shocking #D982BA

Color information

#D982BA (or 0xD982BA) is unknown color: approx Shocking. HEX triplet: D9, 82 and BA. RGB value is (217,130,186). Sum of RGB (Red+Green+Blue) = 217+130+186=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D982BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982BA is #267D45. Grayscale: #A2A2A2. Windows color (decimal): -2522438 or 12223193. OLE color: 12223193.

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

Color convert

RGB217130186-
CMYK00.400.140.15
HSL321.38º53.37%68.04%-
HSV(B)321.38º40.09%85.1%-
XYZ45.4634.2650.67-
YUV162.4141.32166.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=40.71%
G=24.39%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713018600.400.140.15321.3853.3768.04
HexD982BA028EF1413544
Octal331202272050161750165104
Binary1101100110000010101110100101000111011111010000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982BA; }

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

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

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

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

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

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

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

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