#D981B7

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

Shades of Shocking #D981B7

Tints of Shocking #D981B7

Color information

#D981B7 (or 0xD981B7) is unknown color: approx Shocking. HEX triplet: D9, 81 and B7. RGB value is (217,129,183). Sum of RGB (Red+Green+Blue) = 217+129+183=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D981B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981B7 is #267E48. Grayscale: #A1A1A1. Windows color (decimal): -2522697 or 12026329. OLE color: 12026329.

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

Color convert

RGB217129183-
CMYK00.410.160.15
HSL323.18º53.66%67.84%-
HSV(B)323.18º40.55%85.1%-
XYZ45.0133.8748.97-
YUV161.47140.15167.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=41.02%
G=24.39%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712918300.410.160.15323.1853.6667.84
HexD981B702910F1433644
Octal331201267051201750366104
Binary11011001100000011011011101010011000011111010000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981B7; }

 p { color: rgb(217,129,183); }

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

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

 a { background-color: rgb(217,129,183); }

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

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

 span { border-color: rgb(217,129,183); }

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