#D689B7

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

Shades of Shocking #D689B7

Tints of Shocking #D689B7

Color information

#D689B7 (or 0xD689B7) is unknown color: approx Shocking. HEX triplet: D6, 89 and B7. RGB value is (214,137,183). Sum of RGB (Red+Green+Blue) = 214+137+183=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689B7 is #297648. Grayscale: #A5A5A5. Windows color (decimal): -2717257 or 12028374. OLE color: 12028374.

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

Color convert

RGB214137183-
CMYK00.360.140.16
HSL324.16º48.43%68.82%-
HSV(B)324.16º35.98%83.92%-
XYZ45.2235.6149.29-
YUV165.27138.01162.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 137 (53.91% from 255) = 25.66%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=40.07%
G=25.66%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413718300.360.140.16324.1648.4368.82
HexD689B7024E101443045
Octal326211267044162050460105
Binary11010110100010011011011101001001110100001010001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689B7; }

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

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

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

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

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

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

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

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