#D689B6

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

Shades of Shocking #D689B6

Tints of Shocking #D689B6

Color information

#D689B6 (or 0xD689B6) is unknown color: approx Shocking. HEX triplet: D6, 89 and B6. RGB value is (214,137,182). Sum of RGB (Red+Green+Blue) = 214+137+182=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689B6 is #297649. Grayscale: #A5A5A5. Windows color (decimal): -2717258 or 11962838. OLE color: 11962838.

HSL color Cylindrical-coordinate representation of color #D689B6: hue angle of 324.94º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689B6 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214137182-
CMYK00.360.150.16
HSL324.94º48.43%68.82%-
HSV(B)324.94º35.98%83.92%-
XYZ45.1235.5648.74-
YUV165.15137.51162.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=40.15%
G=25.70%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413718200.360.150.16324.9448.4368.82
HexD689B6024F101453045
Octal326211266044172050560105
Binary11010110100010011011011001001001111100001010001011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689B6; }

 p { color: rgb(214,137,182); }

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

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

 a { background-color: rgb(214,137,182); }

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

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

 span { border-color: rgb(214,137,182); }

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