#D983BB

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

Shades of Shocking #D983BB

Tints of Shocking #D983BB

Color information

#D983BB (or 0xD983BB) is unknown color: approx Shocking. HEX triplet: D9, 83 and BB. RGB value is (217,131,187). Sum of RGB (Red+Green+Blue) = 217+131+187=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D983BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983BB is #267C44. Grayscale: #A2A2A2. Windows color (decimal): -2522181 or 12288985. OLE color: 12288985.

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

Color convert

RGB217131187-
CMYK00.400.140.15
HSL320.93º53.09%68.24%-
HSV(B)320.93º39.63%85.1%-
XYZ45.734.5751.28-
YUV163.1141.49166.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=40.56%
G=24.49%
B=34.95%

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
Decimal21713118700.400.140.15320.9353.0968.24
HexD983BB028EF1413544
Octal331203273050161750165104
Binary1101100110000011101110110101000111011111010000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983BB; }

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

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

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

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

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

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

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

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