#D982BD

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

Shades of Shocking #D982BD

Tints of Shocking #D982BD

Color information

#D982BD (or 0xD982BD) is unknown color: approx Shocking. HEX triplet: D9, 82 and BD. RGB value is (217,130,189). Sum of RGB (Red+Green+Blue) = 217+130+189=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D982BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982BD is #267D42. Grayscale: #A2A2A2. Windows color (decimal): -2522435 or 12419801. OLE color: 12419801.

HSL color Cylindrical-coordinate representation of color #D982BD: hue angle of 319.31º 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 #D982BD is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217130189-
CMYK00.400.130.15
HSL319.31º53.37%68.04%-
HSV(B)319.31º40.09%85.1%-
XYZ45.7834.3952.37-
YUV162.74142.82166.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=40.49%
G=24.25%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713018900.400.130.15319.3153.3768.04
HexD982BD028DF13f3544
Octal331202275050151747765104
Binary1101100110000010101111010101000110111111001111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982BD; }

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

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

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

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

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

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

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

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