#D696BF

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

Shades of Shocking #D696BF

Tints of Shocking #D696BF

Color information

#D696BF (or 0xD696BF) is unknown color: approx Shocking. HEX triplet: D6, 96 and BF. RGB value is (214,150,191). Sum of RGB (Red+Green+Blue) = 214+150+191=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D696BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696BF is #296940. Grayscale: #ADADAD. Windows color (decimal): -2713921 or 12555990. OLE color: 12555990.

HSL color Cylindrical-coordinate representation of color #D696BF: hue angle of 321.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696BF is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214150191-
CMYK00.300.110.16
HSL321.56º43.84%71.37%-
HSV(B)321.56º29.91%83.92%-
XYZ48.0439.8754.45-
YUV173.81137.7156.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 191 (75% from 255) = 34.41%
R=38.56%
G=27.03%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415019100.300.110.16321.5643.8471.37
HexD696BF01EB101422c47
Octal326226277036132050254107
Binary1101011010010110101111110111101011100001010000101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696BF; }

 p { color: rgb(214,150,191); }

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

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

 a { background-color: rgb(214,150,191); }

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

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

 span { border-color: rgb(214,150,191); }

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