#D697BE

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

Shades of Shocking #D697BE

Tints of Shocking #D697BE

Color information

#D697BE (or 0xD697BE) is unknown color: approx Shocking. HEX triplet: D6, 97 and BE. RGB value is (214,151,190). Sum of RGB (Red+Green+Blue) = 214+151+190=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D697BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697BE is #296841. Grayscale: #AEAEAE. Windows color (decimal): -2713666 or 12490710. OLE color: 12490710.

HSL color Cylindrical-coordinate representation of color #D697BE: hue angle of 322.86º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697BE is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214151190-
CMYK00.290.110.16
HSL322.86º43.45%71.57%-
HSV(B)322.86º29.44%83.92%-
XYZ48.0940.1553.93-
YUV174.28136.87156.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=38.56%
G=27.21%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415119000.290.110.16322.8643.4571.57
HexD697BE01DB101432b48
Octal326227276035132050353110
Binary1101011010010111101111100111011011100001010000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697BE; }

 p { color: rgb(214,151,190); }

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

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

 a { background-color: rgb(214,151,190); }

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

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

 span { border-color: rgb(214,151,190); }

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