#D697B7

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

Shades of Shocking #D697B7

Tints of Shocking #D697B7

Color information

#D697B7 (or 0xD697B7) is unknown color: approx Shocking. HEX triplet: D6, 97 and B7. RGB value is (214,151,183). Sum of RGB (Red+Green+Blue) = 214+151+183=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D697B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697B7 is #296848. Grayscale: #ADADAD. Windows color (decimal): -2713673 or 12031958. OLE color: 12031958.

HSL color Cylindrical-coordinate representation of color #D697B7: hue angle of 329.52º 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 #D697B7 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214151183-
CMYK00.290.140.16
HSL329.52º43.45%71.57%-
HSV(B)329.52º29.44%83.92%-
XYZ47.3539.8550-
YUV173.48133.37156.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=39.05%
G=27.55%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415118300.290.140.16329.5243.4571.57
HexD697B701DE1014a2b48
Octal326227267035162051253110
Binary1101011010010111101101110111011110100001010010101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697B7; }

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

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

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

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

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

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

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

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