#D687C0

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

Shades of Shocking #D687C0

Tints of Shocking #D687C0

Color information

#D687C0 (or 0xD687C0) is unknown color: approx Shocking. HEX triplet: D6, 87 and C0. RGB value is (214,135,192). Sum of RGB (Red+Green+Blue) = 214+135+192=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D687C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687C0 is #29783F. Grayscale: #A4A4A4. Windows color (decimal): -2717760 or 12617686. OLE color: 12617686.

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

Color convert

RGB214135192-
CMYK00.370.100.16
HSL316.71º49.07%68.43%-
HSV(B)316.71º36.92%83.92%-
XYZ45.9135.4354.29-
YUV165.12143.17162.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=39.56%
G=24.95%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413519200.370.100.16316.7149.0768.43
HexD687C0025A1013d3144
Octal326207300045122047561104
Binary11010110100001111100000001001011010100001001111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687C0; }

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

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

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

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

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

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

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

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