#D991BA

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

Shades of Shocking #D991BA

Tints of Shocking #D991BA

Color information

#D991BA (or 0xD991BA) is unknown color: approx Shocking. HEX triplet: D9, 91 and BA. RGB value is (217,145,186). Sum of RGB (Red+Green+Blue) = 217+145+186=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D991BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991BA is #266E45. Grayscale: #ABABAB. Windows color (decimal): -2518598 or 12227033. OLE color: 12227033.

HSL color Cylindrical-coordinate representation of color #D991BA: hue angle of 325.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991BA is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217145186-
CMYK00.330.140.15
HSL325.83º48.65%70.98%-
HSV(B)325.83º33.18%85.1%-
XYZ47.638.5551.39-
YUV171.2136.35160.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=39.60%
G=26.46%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714518600.330.140.15325.8348.6570.98
HexD991BA021EF1463147
Octal331221272041161750661107
Binary1101100110010001101110100100001111011111010001101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991BA; }

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

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

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

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

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

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

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

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