#D689BB

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

Shades of Shocking #D689BB

Tints of Shocking #D689BB

Color information

#D689BB (or 0xD689BB) is unknown color: approx Shocking. HEX triplet: D6, 89 and BB. RGB value is (214,137,187). Sum of RGB (Red+Green+Blue) = 214+137+187=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BB is #297644. Grayscale: #A5A5A5. Windows color (decimal): -2717253 or 12290518. OLE color: 12290518.

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

Color convert

RGB214137187-
CMYK00.360.130.16
HSL321.04º48.43%68.82%-
HSV(B)321.04º35.98%83.92%-
XYZ45.6535.7851.51-
YUV165.72140.01162.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=39.78%
G=25.46%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413718700.360.130.16321.0448.4368.82
HexD689BB024D101413045
Octal326211273044152050160105
Binary11010110100010011011101101001001101100001010000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689BB; }

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

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

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

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

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

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

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

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