#D689BE

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

Shades of Shocking #D689BE

Tints of Shocking #D689BE

Color information

#D689BE (or 0xD689BE) is unknown color: approx Shocking. HEX triplet: D6, 89 and BE. RGB value is (214,137,190). Sum of RGB (Red+Green+Blue) = 214+137+190=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BE is #297641. Grayscale: #A5A5A5. Windows color (decimal): -2717250 or 12487126. OLE color: 12487126.

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

Color convert

RGB214137190-
CMYK00.360.110.16
HSL318.7º48.43%68.82%-
HSV(B)318.7º35.98%83.92%-
XYZ45.9735.9153.22-
YUV166.06141.51162.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=39.56%
G=25.32%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413719000.360.110.16318.748.4368.82
HexD689BE024B1013f3045
Octal326211276044132047760105
Binary11010110100010011011111001001001011100001001111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689BE; }

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

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

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

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

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

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

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

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