#D983B6

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

Shades of Shocking #D983B6

Tints of Shocking #D983B6

Color information

#D983B6 (or 0xD983B6) is unknown color: approx Shocking. HEX triplet: D9, 83 and B6. RGB value is (217,131,182). Sum of RGB (Red+Green+Blue) = 217+131+182=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D983B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983B6 is #267C49. Grayscale: #A2A2A2. Windows color (decimal): -2522186 or 11961305. OLE color: 11961305.

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

Color convert

RGB217131182-
CMYK00.400.160.15
HSL324.42º53.09%68.24%-
HSV(B)324.42º39.63%85.1%-
XYZ45.1834.3648.51-
YUV162.53138.99166.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=40.94%
G=24.72%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713118200.400.160.15324.4253.0968.24
HexD983B602810F1443544
Octal331203266050201750465104
Binary11011001100000111011011001010001000011111010001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983B6; }

 p { color: rgb(217,131,182); }

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

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

 a { background-color: rgb(217,131,182); }

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

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

 span { border-color: rgb(217,131,182); }

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