#D997BC

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

Shades of Shocking #D997BC

Tints of Shocking #D997BC

Color information

#D997BC (or 0xD997BC) is unknown color: approx Shocking. HEX triplet: D9, 97 and BC. RGB value is (217,151,188). Sum of RGB (Red+Green+Blue) = 217+151+188=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D997BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997BC is #266843. Grayscale: #AEAEAE. Windows color (decimal): -2517060 or 12359641. OLE color: 12359641.

HSL color Cylindrical-coordinate representation of color #D997BC: hue angle of 326.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997BC is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217151188-
CMYK00.300.130.15
HSL326.36º46.48%72.16%-
HSV(B)326.36º30.41%85.1%-
XYZ48.7640.5252.83-
YUV174.95135.37157.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=39.03%
G=27.16%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715118800.300.130.15326.3646.4872.16
HexD997BC01EDF1462e48
Octal331227274036151750656110
Binary110110011001011110111100011110110111111010001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997BC; }

 p { color: rgb(217,151,188); }

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

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

 a { background-color: rgb(217,151,188); }

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

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

 span { border-color: rgb(217,151,188); }

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