#d687bb

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

Shades of Shocking #D687BB

Tints of Shocking #D687BB

Color information

#D687BB (or 0xD687BB) is unknown color: approx Shocking. HEX triplet: D6, 87 and BB. RGB value is (214,135,187). Sum of RGB (Red+Green+Blue) = 214+135+187=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D687BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687BB is #297844. Grayscale: #A4A4A4. Windows color (decimal): -2717765 or 12290006. OLE color: 12290006.

HSL color Cylindrical-coordinate representation of color #D687BB: hue angle of 320.51º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D687BB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214135187-
CMYK00.370.130.16
HSL320.51º49.07%68.43%-
HSV(B)320.51º36.92%83.92%-
XYZ45.3735.2151.42-
YUV164.55140.67163.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=39.93%
G=25.19%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413518700.370.130.16320.5149.0768.43
HexD687BB025D101413144
Octal326207273045152050161104
Binary11010110100001111011101101001011101100001010000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d687bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d687bb; }

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

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

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

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

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

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

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

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