#D688BB

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

Shades of Shocking #D688BB

Tints of Shocking #D688BB

Color information

#D688BB (or 0xD688BB) is unknown color: approx Shocking. HEX triplet: D6, 88 and BB. RGB value is (214,136,187). Sum of RGB (Red+Green+Blue) = 214+136+187=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D688BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688BB is #297744. Grayscale: #A5A5A5. Windows color (decimal): -2717509 or 12290262. OLE color: 12290262.

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

Color convert

RGB214136187-
CMYK00.360.130.16
HSL320.77º48.75%68.63%-
HSV(B)320.77º36.45%83.92%-
XYZ45.5135.4951.47-
YUV165.14140.34162.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=39.85%
G=25.33%
B=34.82%

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
Decimal21413618700.360.130.16320.7748.7568.63
HexD688BB024D101413145
Octal326210273044152050161105
Binary11010110100010001011101101001001101100001010000011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688BB; }

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

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

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

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

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

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

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

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