#D997BF

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

Shades of Shocking #D997BF

Tints of Shocking #D997BF

Color information

#D997BF (or 0xD997BF) is unknown color: approx Shocking. HEX triplet: D9, 97 and BF. RGB value is (217,151,191). Sum of RGB (Red+Green+Blue) = 217+151+191=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D997BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997BF is #266840. Grayscale: #AFAFAF. Windows color (decimal): -2517057 or 12556249. OLE color: 12556249.

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

Color convert

RGB217151191-
CMYK00.300.120.15
HSL323.64º46.48%72.16%-
HSV(B)323.64º30.41%85.1%-
XYZ49.0940.6554.55-
YUV175.29136.87157.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 191 (75% from 255) = 34.17%
R=38.82%
G=27.01%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715119100.300.120.15323.6446.4872.16
HexD997BF01ECF1442e48
Octal331227277036141750456110
Binary110110011001011110111111011110110011111010001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997BF; }

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

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

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

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

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

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

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

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