#D991BE

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

Shades of Shocking #D991BE

Tints of Shocking #D991BE

Color information

#D991BE (or 0xD991BE) is unknown color: approx Shocking. HEX triplet: D9, 91 and BE. RGB value is (217,145,190). Sum of RGB (Red+Green+Blue) = 217+145+190=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D991BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991BE is #266E41. Grayscale: #ABABAB. Windows color (decimal): -2518594 or 12489177. OLE color: 12489177.

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

Color convert

RGB217145190-
CMYK00.330.120.15
HSL322.5º48.65%70.98%-
HSV(B)322.5º33.18%85.1%-
XYZ48.0338.7253.66-
YUV171.66138.35160.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=39.31%
G=26.27%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714519000.330.120.15322.548.6570.98
HexD991BE021CF1423147
Octal331221276041141750261107
Binary1101100110010001101111100100001110011111010000101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991BE; }

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

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

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

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

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

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

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

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