#D687BE

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

Shades of Shocking #D687BE

Tints of Shocking #D687BE

Color information

#D687BE (or 0xD687BE) is unknown color: approx Shocking. HEX triplet: D6, 87 and BE. RGB value is (214,135,190). Sum of RGB (Red+Green+Blue) = 214+135+190=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D687BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687BE is #297841. Grayscale: #A4A4A4. Windows color (decimal): -2717762 or 12486614. OLE color: 12486614.

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

Color convert

RGB214135190-
CMYK00.370.110.16
HSL318.23º49.07%68.43%-
HSV(B)318.23º36.92%83.92%-
XYZ45.6935.3453.13-
YUV164.89142.17163.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=39.70%
G=25.05%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413519000.370.110.16318.2349.0768.43
HexD687BE025B1013e3144
Octal326207276045132047661104
Binary11010110100001111011111001001011011100001001111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687BE; }

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

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

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

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

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

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

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

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